use gdk_drawable_get_size instead of gdk_window_get_size. Fixes #98957.

Mon Nov 18 17:15:07 2002  Manish Singh  <yosh@gimp.org>

        * gtk/gtkwindow-decorate.c (gtk_decorated_window_paint): use
        gdk_drawable_get_size instead of gdk_window_get_size. Fixes
        #98957.
This commit is contained in:
Manish Singh 2002-11-19 01:16:36 +00:00 committed by Manish Singh
parent 09951ec9ad
commit 2c5e4aa768
7 changed files with 37 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Mon Nov 18 17:15:07 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_paint): use
gdk_drawable_get_size instead of gdk_window_get_size. Fixes
#98957.
Tue Nov 19 00:45:34 2002 Kristian Rietveld <kris@gtk.org>
* docs/RELEASE-HOWTO: new file describing the release process.

View File

@ -1,3 +1,9 @@
Mon Nov 18 17:15:07 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_paint): use
gdk_drawable_get_size instead of gdk_window_get_size. Fixes
#98957.
Tue Nov 19 00:45:34 2002 Kristian Rietveld <kris@gtk.org>
* docs/RELEASE-HOWTO: new file describing the release process.

View File

@ -1,3 +1,9 @@
Mon Nov 18 17:15:07 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_paint): use
gdk_drawable_get_size instead of gdk_window_get_size. Fixes
#98957.
Tue Nov 19 00:45:34 2002 Kristian Rietveld <kris@gtk.org>
* docs/RELEASE-HOWTO: new file describing the release process.

View File

@ -1,3 +1,9 @@
Mon Nov 18 17:15:07 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_paint): use
gdk_drawable_get_size instead of gdk_window_get_size. Fixes
#98957.
Tue Nov 19 00:45:34 2002 Kristian Rietveld <kris@gtk.org>
* docs/RELEASE-HOWTO: new file describing the release process.

View File

@ -1,3 +1,9 @@
Mon Nov 18 17:15:07 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_paint): use
gdk_drawable_get_size instead of gdk_window_get_size. Fixes
#98957.
Tue Nov 19 00:45:34 2002 Kristian Rietveld <kris@gtk.org>
* docs/RELEASE-HOWTO: new file describing the release process.

View File

@ -1,3 +1,9 @@
Mon Nov 18 17:15:07 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_paint): use
gdk_drawable_get_size instead of gdk_window_get_size. Fixes
#98957.
Tue Nov 19 00:45:34 2002 Kristian Rietveld <kris@gtk.org>
* docs/RELEASE-HOWTO: new file describing the release process.

View File

@ -597,7 +597,7 @@ gtk_decorated_window_paint (GtkWidget *widget,
gint width, height;
frame = window->frame;
gdk_window_get_size (frame, &width, &height);
gdk_drawable_get_size (frame, &width, &height);
/* Top */
gtk_paint_flat_box (widget->style, frame, GTK_STATE_NORMAL,