1
1
Этот коммит содержится в:
Miguel de Icaza 1998-05-21 18:52:35 +00:00
родитель 22118c031b
Коммит 3c06d7ee5e

Просмотреть файл

@ -911,8 +911,11 @@ icon_delete (GtkWidget *widget, desktop_icon_t *di)
static void
lower_window(GtkWidget *widget)
{
g_print("Lowering window\n");
gdk_window_lower(widget->window);
/* Note: Lowering the window has the problem of getting into a loop of
* flashing bitmaps on the desktop. Do not enable this feature
*/
/* gdk_window_lower(widget->window); */
}
GtkWidget *