returned incorrect values for top, right and bottom due to cut-and-paste
Thu Sep 20 16:51:02 2001 Kristian Rietveld <kristian@planet.nl> * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned incorrect values for top, right and bottom due to cut-and-paste bug. Pointed out by Vitaly Tishkov, fixes bug #59008
This commit is contained in:
parent
d9b794af77
commit
1e99d62d55
@ -1,3 +1,9 @@
|
||||
Thu Sep 20 16:51:02 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
|
||||
incorrect values for top, right and bottom due to cut-and-paste
|
||||
bug. Pointed out by Vitaly Tishkov, fixes bug #59008
|
||||
|
||||
Wed Sep 19 17:59:27 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Sep 20 16:51:02 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
|
||||
incorrect values for top, right and bottom due to cut-and-paste
|
||||
bug. Pointed out by Vitaly Tishkov, fixes bug #59008
|
||||
|
||||
Wed Sep 19 17:59:27 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Sep 20 16:51:02 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
|
||||
incorrect values for top, right and bottom due to cut-and-paste
|
||||
bug. Pointed out by Vitaly Tishkov, fixes bug #59008
|
||||
|
||||
Wed Sep 19 17:59:27 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Sep 20 16:51:02 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
|
||||
incorrect values for top, right and bottom due to cut-and-paste
|
||||
bug. Pointed out by Vitaly Tishkov, fixes bug #59008
|
||||
|
||||
Wed Sep 19 17:59:27 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Sep 20 16:51:02 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
|
||||
incorrect values for top, right and bottom due to cut-and-paste
|
||||
bug. Pointed out by Vitaly Tishkov, fixes bug #59008
|
||||
|
||||
Wed Sep 19 17:59:27 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Sep 20 16:51:02 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
|
||||
incorrect values for top, right and bottom due to cut-and-paste
|
||||
bug. Pointed out by Vitaly Tishkov, fixes bug #59008
|
||||
|
||||
Wed Sep 19 17:59:27 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Sep 20 16:51:02 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
|
||||
incorrect values for top, right and bottom due to cut-and-paste
|
||||
bug. Pointed out by Vitaly Tishkov, fixes bug #59008
|
||||
|
||||
Wed Sep 19 17:59:27 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
|
||||
|
@ -5012,9 +5012,9 @@ gtk_window_get_frame_dimensions (GtkWindow *window,
|
||||
if (top)
|
||||
*top = window->frame_top;
|
||||
if (right)
|
||||
*top = window->frame_right;
|
||||
*right = window->frame_right;
|
||||
if (bottom)
|
||||
*top = window->frame_bottom;
|
||||
*bottom = window->frame_bottom;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user