fix typo to make it compile
Thu Oct 17 22:37:57 2002 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkwindow.c (get_center_monitor_of_window): fix typo to make it compile
This commit is contained in:

committed by
Søren Sandmann Pedersen

parent
727eb8afbd
commit
fc2b515ef9
@ -1,3 +1,8 @@
|
|||||||
|
Thu Oct 17 22:37:57 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* gtk/gtkwindow.c (get_center_monitor_of_window): fix typo to make
|
||||||
|
it compile
|
||||||
|
|
||||||
2002-10-16 Havoc Pennington <hp@redhat.com>
|
2002-10-16 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
|
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Oct 17 22:37:57 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* gtk/gtkwindow.c (get_center_monitor_of_window): fix typo to make
|
||||||
|
it compile
|
||||||
|
|
||||||
2002-10-16 Havoc Pennington <hp@redhat.com>
|
2002-10-16 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
|
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Oct 17 22:37:57 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* gtk/gtkwindow.c (get_center_monitor_of_window): fix typo to make
|
||||||
|
it compile
|
||||||
|
|
||||||
2002-10-16 Havoc Pennington <hp@redhat.com>
|
2002-10-16 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
|
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Oct 17 22:37:57 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* gtk/gtkwindow.c (get_center_monitor_of_window): fix typo to make
|
||||||
|
it compile
|
||||||
|
|
||||||
2002-10-16 Havoc Pennington <hp@redhat.com>
|
2002-10-16 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
|
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Oct 17 22:37:57 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* gtk/gtkwindow.c (get_center_monitor_of_window): fix typo to make
|
||||||
|
it compile
|
||||||
|
|
||||||
2002-10-16 Havoc Pennington <hp@redhat.com>
|
2002-10-16 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
|
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Oct 17 22:37:57 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* gtk/gtkwindow.c (get_center_monitor_of_window): fix typo to make
|
||||||
|
it compile
|
||||||
|
|
||||||
2002-10-16 Havoc Pennington <hp@redhat.com>
|
2002-10-16 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
|
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_monitor_geometry): add
|
||||||
|
@ -4426,7 +4426,7 @@ get_center_monitor_of_window (GtkWindow *window)
|
|||||||
* stuff, or we could just be losers and assume you have a row
|
* stuff, or we could just be losers and assume you have a row
|
||||||
* or column of monitors.
|
* or column of monitors.
|
||||||
*/
|
*/
|
||||||
return gdk_screen_get_n_monitors (window->screen)) / 2;
|
return gdk_screen_get_n_monitors (window->screen) / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Reference in New Issue
Block a user