/* * hdfsee.c * * Quick yet non-crappy HDF viewer * * (c) 2006-2009 Thomas White * * Part of CrystFEL - crystallography with a FEL * */ #ifdef HAVE_CONFIG_H #include #endif #include #include #include "displaywindow.h" #include "utils.h" /* Global program state */ DisplayWindow *main_window_list[64]; size_t main_n_windows = 0; /* Called to notify that an image display window has been closed */ void hdfsee_window_closed(DisplayWindow *dw) { size_t i; for ( i=0; i