forked from AuroraMiddleware/gtk
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:
parent
09951ec9ad
commit
2c5e4aa768
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user