CVSROOT: /cvs/gnome Module name: gtk+ Changes by: tml 05/03/15 21:21:14
Modified files: . : ChangeLog gdk/win32 : gdkdnd-win32.c gdkevents-win32.c gdkglobals-win32.c gdkinput-win32.c gdkmain-win32.c gdkpixmap-win32.c gdkprivate-win32.h gdkproperty-win32.c gdkscreen-win32.c gdkwindow-win32.c gdkwindow-win32.h Log message: 2005-03-16 Tor Lillqvist <[EMAIL PROTECTED]> * gdk/win32/gdkprivate-win32.h * gdk/win32/*.c: Drop global variable _gdk_root_window, just call GetDesktopWindow(). Rename the GdkWindow* _gdk_parent_root to _gdk_root. * gdk/win32/gdkwindow-win32.h (GdkWindowImplWin32): Add toplevel_window_type field. * gdk/win32/gdkwindow-win32.c: As there is only one root window in GDK on Win32, we can compare directly to _gdk_root instead of checking the window type. (gdk_window_reparent): When reparenting a child of the desktop clear out the window decorations. Correspondingly, when reparenting to the desktop, add decorations. As in the X11 backend, save the window type of a toplevel window when reparenting, in case it is reparented back to toplevel. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gtk%2B&who=tml&date=explicit&mindate=2005-03-15%2021:20&maxdate=2005-03-15%2021:22 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list