Fix typos in X11 details of new OSX APIs
This commit is contained in:
committed by
Alexander Larsson
parent
5ca1865f5d
commit
cc32207534
@ -5516,11 +5516,11 @@ void
|
|||||||
_gdk_windowing_window_process_updates_recurse (GdkWindow *window,
|
_gdk_windowing_window_process_updates_recurse (GdkWindow *window,
|
||||||
GdkRegion *region)
|
GdkRegion *region)
|
||||||
{
|
{
|
||||||
_gdk_window_process_updates_recurse (window, expose_region);
|
_gdk_window_process_updates_recurse (window, region);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
_gdk_windowing_after_process_all_updates (void)
|
_gdk_windowing_before_process_all_updates (void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user