mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Support the latest EWMH additions to the _NET_ACTIVE_WINDOW client message
2004-08-23 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Support the latest EWMH additions to the _NET_ACTIVE_WINDOW client message format. (#150668, Elijah Newren)
This commit is contained in:
parent
2e0ddb6121
commit
31b681948c
@ -1,3 +1,9 @@
|
||||
2004-08-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_focus): Support the latest
|
||||
EWMH additions to the _NET_ACTIVE_WINDOW client message
|
||||
format. (#150668, Elijah Newren)
|
||||
|
||||
Mon Aug 23 01:17:59 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkrgb.c (gdk_rgb_xpixel_from_rgb_internal): Set unused
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-08-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_focus): Support the latest
|
||||
EWMH additions to the _NET_ACTIVE_WINDOW client message
|
||||
format. (#150668, Elijah Newren)
|
||||
|
||||
Mon Aug 23 01:17:59 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkrgb.c (gdk_rgb_xpixel_from_rgb_internal): Set unused
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-08-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_focus): Support the latest
|
||||
EWMH additions to the _NET_ACTIVE_WINDOW client message
|
||||
format. (#150668, Elijah Newren)
|
||||
|
||||
Mon Aug 23 01:17:59 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkrgb.c (gdk_rgb_xpixel_from_rgb_internal): Set unused
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-08-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_focus): Support the latest
|
||||
EWMH additions to the _NET_ACTIVE_WINDOW client message
|
||||
format. (#150668, Elijah Newren)
|
||||
|
||||
Mon Aug 23 01:17:59 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkrgb.c (gdk_rgb_xpixel_from_rgb_internal): Set unused
|
||||
|
@ -2014,9 +2014,9 @@ gdk_window_focus (GdkWindow *window,
|
||||
xev.xclient.message_type = gdk_x11_get_xatom_by_name_for_display (display,
|
||||
"_NET_ACTIVE_WINDOW");
|
||||
xev.xclient.format = 32;
|
||||
xev.xclient.data.l[0] = 0;
|
||||
xev.xclient.data.l[1] = 0;
|
||||
xev.xclient.data.l[2] = 0;
|
||||
xev.xclient.data.l[0] = 1; /* requestor type; we're an app */
|
||||
xev.xclient.data.l[1] = timestamp;
|
||||
xev.xclient.data.l[2] = None; /* currently active window */
|
||||
xev.xclient.data.l[3] = 0;
|
||||
xev.xclient.data.l[4] = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user