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:
Matthias Clasen 2002-09-27 22:57:29 +00:00
parent e369df6bd6
commit bf67d2f158
7 changed files with 32 additions and 0 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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);