Added a TODO comment to mag_image.c.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Sun, 25 Nov 2001 14:50:39 +0000 (14:50 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Sun, 25 Nov 2001 14:50:39 +0000 (14:50 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@116 e2bd861d-eb25-0410-b326-f6ed22b6b98c

util/mag_image.c

index ece0b6d..cc7aa7a 100644 (file)
@@ -121,6 +121,7 @@ int display_image(gpointer data)
                        0,0,0,0,DisplayWidth (mag_data->target_display,screen_num),
                        DisplayHeight(mag_data->target_display,screen_num),
                        GDK_RGB_DITHER_NORMAL,0,0);
+  /* TODO: raise this window to top on refresh */
   return TRUE;
 }