Function
Gdktest_render_sync
since: 2.14
Declaration [src]
void
gdk_test_render_sync (
GdkWindow* window
)
Description [src]
Retrieves a pixel from window
to force the windowing
system to carry out any pending rendering commands.
This function is intended to be used to synchronize with rendering pipelines, to benchmark windowing system rendering operations.
Available since: 2.14
Parameters
window
-
Type:
GdkWindow
A mapped
GdkWindow
.The data is owned by the caller of the function.