1
1

Tue Dec 15 10:51:12 1998 Gregory McLean <gregm@comstar.net>

* gdesktop-icon.c : Attach a desktop_icon wmclass to the desktop
        icons to allow even more wizardry with the desktop icons, mainly
        to exclude them from window lists, don't decorate them, skip
        desktops and other boring stuff.
Этот коммит содержится в:
Gregory McLean 1998-12-15 15:53:35 +00:00
родитель 57be822a72
Коммит f55d906c37
2 изменённых файлов: 9 добавлений и 2 удалений

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

@ -1,3 +1,10 @@
Tue Dec 15 10:51:12 1998 Gregory McLean <gregm@comstar.net>
* gdesktop-icon.c : Attach a desktop_icon wmclass to the desktop
icons to allow even more wizardry with the desktop icons, mainly
to exclude them from window lists, don't decorate them, skip
desktops and other boring stuff.
1998-12-14 Sven Neumann <sven@gimp.org>
* lightened up the dir-pixmaps a little to please your eyes and

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

@ -100,7 +100,7 @@ desktop_icon_init (DesktopIcon *dicon)
/* Set the window policy */
gtk_window_set_policy (GTK_WINDOW (dicon), TRUE, TRUE, TRUE);
gtk_window_set_wmclass (GTK_WINDOW (dicon), "desktop_icon", "gmc");
/* Create the canvas */
gtk_widget_push_visual (gdk_imlib_get_visual ());