forked from AuroraMiddleware/gtk
Use the same key when setting and getting NetWmSupportedAtoms.
2002-05-01 Anders Carlsson <andersca@gnu.org> * gdk/x11/gdkevents-x11.c (gdk_x11_screen_supports_net_wm_hint): Use the same key when setting and getting NetWmSupportedAtoms.
This commit is contained in:
parent
087fd22c50
commit
ec72bb76d4
@ -1,3 +1,9 @@
|
||||
2002-05-01 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c
|
||||
(gdk_x11_screen_supports_net_wm_hint): Use the same
|
||||
key when setting and getting NetWmSupportedAtoms.
|
||||
|
||||
Tue Apr 30 18:42:25 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_set_screen): Make it
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-05-01 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c
|
||||
(gdk_x11_screen_supports_net_wm_hint): Use the same
|
||||
key when setting and getting NetWmSupportedAtoms.
|
||||
|
||||
Tue Apr 30 18:42:25 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_set_screen): Make it
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-05-01 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c
|
||||
(gdk_x11_screen_supports_net_wm_hint): Use the same
|
||||
key when setting and getting NetWmSupportedAtoms.
|
||||
|
||||
Tue Apr 30 18:42:25 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_set_screen): Make it
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-05-01 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c
|
||||
(gdk_x11_screen_supports_net_wm_hint): Use the same
|
||||
key when setting and getting NetWmSupportedAtoms.
|
||||
|
||||
Tue Apr 30 18:42:25 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_set_screen): Make it
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-05-01 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c
|
||||
(gdk_x11_screen_supports_net_wm_hint): Use the same
|
||||
key when setting and getting NetWmSupportedAtoms.
|
||||
|
||||
Tue Apr 30 18:42:25 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_set_screen): Make it
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-05-01 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c
|
||||
(gdk_x11_screen_supports_net_wm_hint): Use the same
|
||||
key when setting and getting NetWmSupportedAtoms.
|
||||
|
||||
Tue Apr 30 18:42:25 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_set_screen): Make it
|
||||
|
@ -2124,7 +2124,7 @@ gdk_x11_screen_supports_net_wm_hint (GdkScreen *screen,
|
||||
if (!supported_atoms)
|
||||
{
|
||||
supported_atoms = g_new0 (NetWmSupportedAtoms, 1);
|
||||
g_object_set_data (G_OBJECT (screen), "net-wm-supported-atoms", supported_atoms);
|
||||
g_object_set_data (G_OBJECT (screen), "gdk-net-wm-supported-atoms", supported_atoms);
|
||||
}
|
||||
|
||||
if (screen_x11->wmspec_check_window != None)
|
||||
|
Loading…
Reference in New Issue
Block a user