forked from AuroraMiddleware/gtk
A further fix for big window support. Now also the test in testgtk works.
2005-03-13 Ivan, Wong Yat Cheung <email@ivanwong.info> * gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): A further fix for big window support. Now also the test in testgtk works.
This commit is contained in:
parent
b24c2d21b2
commit
706ff83a7d
@ -1,3 +1,8 @@
|
||||
2005-03-13 Ivan, Wong Yat Cheung <email@ivanwong.info>
|
||||
|
||||
* gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): A further fix
|
||||
for big window support. Now also the test in testgtk works.
|
||||
|
||||
2005-03-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-03-13 Ivan, Wong Yat Cheung <email@ivanwong.info>
|
||||
|
||||
* gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): A further fix
|
||||
for big window support. Now also the test in testgtk works.
|
||||
|
||||
2005-03-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-03-13 Ivan, Wong Yat Cheung <email@ivanwong.info>
|
||||
|
||||
* gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): A further fix
|
||||
for big window support. Now also the test in testgtk works.
|
||||
|
||||
2005-03-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
|
||||
|
@ -167,6 +167,8 @@ gdk_window_scroll (GdkWindow *window,
|
||||
tmp_list = obj->children;
|
||||
while (tmp_list)
|
||||
{
|
||||
GDK_WINDOW_OBJECT(tmp_list->data)->x += dx;
|
||||
GDK_WINDOW_OBJECT(tmp_list->data)->y += dy;
|
||||
gdk_window_postmove (tmp_list->data, &parent_pos, FALSE);
|
||||
tmp_list = tmp_list->next;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user