00001 00002 00003 00004 00005 #ifndef __IMAGER_SECWND_H__ 00006 #define __IMAGER_SECWND_H__ 00007 00008 00009 #include <gtk/gtk.h> 00010 #include <gdk/gdk.h> 00011 #include <gdk_imlib.h> 00012 #include "defs.h" 00013 00014 00015 void secondary_mip (image_type* img); 00016 00017 void secondary_display (image_type* img, int zslice, char* title); 00018 00019 00020 void surface_draw_main (); 00021 00022 #endif