Function
Gdktest_render_sync
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 |
GdkWindow |
A mapped |
|
The data is owned by the caller of the function. |