mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Make drawing to the root window work. (#89492)
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): Make drawing to the root window work. (#89492)
This commit is contained in:
parent
e369df6bd6
commit
bf67d2f158
@ -1,3 +1,8 @@
|
||||
2002-09-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): Make
|
||||
drawing to the root window work. (#89492)
|
||||
|
||||
Fri Sep 27 18:14:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
(#91249, Thomas Leonard)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-09-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): Make
|
||||
drawing to the root window work. (#89492)
|
||||
|
||||
Fri Sep 27 18:14:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
(#91249, Thomas Leonard)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-09-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): Make
|
||||
drawing to the root window work. (#89492)
|
||||
|
||||
Fri Sep 27 18:14:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
(#91249, Thomas Leonard)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-09-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): Make
|
||||
drawing to the root window work. (#89492)
|
||||
|
||||
Fri Sep 27 18:14:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
(#91249, Thomas Leonard)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-09-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): Make
|
||||
drawing to the root window work. (#89492)
|
||||
|
||||
Fri Sep 27 18:14:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
(#91249, Thomas Leonard)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-09-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): Make
|
||||
drawing to the root window work. (#89492)
|
||||
|
||||
Fri Sep 27 18:14:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
(#91249, Thomas Leonard)
|
||||
|
@ -313,6 +313,8 @@ _gdk_windowing_window_init (GdkScreen * screen)
|
||||
impl->width = width;
|
||||
impl->height = height;
|
||||
|
||||
_gdk_window_init_position (GDK_WINDOW (private));
|
||||
|
||||
_gdk_xid_table_insert (screen_x11->display,
|
||||
&screen_x11->xroot_window,
|
||||
screen_x11->root_window);
|
||||
|
Loading…
Reference in New Issue
Block a user