]> Pileus Git - ~andy/gtk/commit
GdkFrameClock: Make the phase explicit when requesting the frame
authorOwen W. Taylor <otaylor@fishsoup.net>
Wed, 3 Oct 2012 23:38:40 +0000 (19:38 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 14 Feb 2013 22:19:48 +0000 (17:19 -0500)
commitc4545cc5d47364b66b7ecd7bb482210fb8c8655a
tree0afc69916a4fa8f865daa658ec91b78f82c10e1b
parent7753883add412a4bbc6b49b9bc7ef037c5a34c36
GdkFrameClock: Make the phase explicit when requesting the frame

Instead of having gdk_frame_clock_request_frame() have
gdk_frame_clock_request_phase() where we can say what phase we need.
This allows us to know if we get a frame-request during layout whether
it's just a request for drawing from the layout, or whether another
layout phase is needed.

https://bugzilla.gnome.org/show_bug.cgi?id=685460
gdk/gdkframeclock.c
gdk/gdkframeclock.h
gdk/gdkframeclockidle.c
gdk/gdkwindow.c
gtk/gtkcontainer.c
gtk/gtkwidget.c