forked from AuroraMiddleware/gtk
Use _NET_WM_WINDOW_TYPE_SPLASH, not TYPE_SPLASHSCREEN. (#99482, Gregory
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH, not TYPE_SPLASHSCREEN. (#99482, Gregory Merchan)
This commit is contained in:
parent
0d8359a5d7
commit
ddfe34c7b0
@ -1,3 +1,8 @@
|
|||||||
|
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
|
||||||
|
not TYPE_SPLASHSCREEN. (#99482, Gregory Merchan)
|
||||||
|
|
||||||
2002-11-25 Matthias Clasen <maclas@gmx.de>
|
2002-11-25 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* docs/tutorial/gtk-tut.sgml: Fix the ftp download url.
|
* docs/tutorial/gtk-tut.sgml: Fix the ftp download url.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
|
||||||
|
not TYPE_SPLASHSCREEN. (#99482, Gregory Merchan)
|
||||||
|
|
||||||
2002-11-25 Matthias Clasen <maclas@gmx.de>
|
2002-11-25 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* docs/tutorial/gtk-tut.sgml: Fix the ftp download url.
|
* docs/tutorial/gtk-tut.sgml: Fix the ftp download url.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
|
||||||
|
not TYPE_SPLASHSCREEN. (#99482, Gregory Merchan)
|
||||||
|
|
||||||
2002-11-25 Matthias Clasen <maclas@gmx.de>
|
2002-11-25 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* docs/tutorial/gtk-tut.sgml: Fix the ftp download url.
|
* docs/tutorial/gtk-tut.sgml: Fix the ftp download url.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
|
||||||
|
not TYPE_SPLASHSCREEN. (#99482, Gregory Merchan)
|
||||||
|
|
||||||
2002-11-25 Matthias Clasen <maclas@gmx.de>
|
2002-11-25 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* docs/tutorial/gtk-tut.sgml: Fix the ftp download url.
|
* docs/tutorial/gtk-tut.sgml: Fix the ftp download url.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
|
||||||
|
not TYPE_SPLASHSCREEN. (#99482, Gregory Merchan)
|
||||||
|
|
||||||
2002-11-25 Matthias Clasen <maclas@gmx.de>
|
2002-11-25 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* docs/tutorial/gtk-tut.sgml: Fix the ftp download url.
|
* docs/tutorial/gtk-tut.sgml: Fix the ftp download url.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Nov 25 16:58:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkwindow-x11.c: Use _NET_WM_WINDOW_TYPE_SPLASH,
|
||||||
|
not TYPE_SPLASHSCREEN. (#99482, Gregory Merchan)
|
||||||
|
|
||||||
2002-11-25 Matthias Clasen <maclas@gmx.de>
|
2002-11-25 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* docs/tutorial/gtk-tut.sgml: Fix the ftp download url.
|
* docs/tutorial/gtk-tut.sgml: Fix the ftp download url.
|
||||||
|
@ -1662,7 +1662,7 @@ gdk_window_set_type_hint (GdkWindow *window,
|
|||||||
atom = gdk_x11_get_xatom_by_name_for_display (display, "_NET_WM_WINDOW_TYPE_UTILITY");
|
atom = gdk_x11_get_xatom_by_name_for_display (display, "_NET_WM_WINDOW_TYPE_UTILITY");
|
||||||
break;
|
break;
|
||||||
case GDK_WINDOW_TYPE_HINT_SPLASHSCREEN:
|
case GDK_WINDOW_TYPE_HINT_SPLASHSCREEN:
|
||||||
atom = gdk_x11_get_xatom_by_name_for_display (display, "_NET_WM_WINDOW_TYPE_SPLASHSCREEN");
|
atom = gdk_x11_get_xatom_by_name_for_display (display, "_NET_WM_WINDOW_TYPE_SPLASH");
|
||||||
break;
|
break;
|
||||||
case GDK_WINDOW_TYPE_HINT_DOCK:
|
case GDK_WINDOW_TYPE_HINT_DOCK:
|
||||||
atom = gdk_x11_get_xatom_by_name_for_display (display, "_NET_WM_WINDOW_TYPE_DOCK");
|
atom = gdk_x11_get_xatom_by_name_for_display (display, "_NET_WM_WINDOW_TYPE_DOCK");
|
||||||
|
Loading…
Reference in New Issue
Block a user