Make the role conversions from AtkRole to Accessibility_Role and AccessibleRole
[platform/core/uifw/at-spi2-atk.git] / 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;
 }