diff options
author | Marek Olšák <[email protected]> | 2012-11-13 17:06:37 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-12-02 00:15:00 +0100 |
commit | 5b7e9b73603ce5fb48cc30896df277df0ae89856 (patch) | |
tree | 7840be63f07549f565283a81e41e7d279a9433e4 /src/glx/glxclient.h | |
parent | 8ad9d42b338c6684930b7898734f9070b6368172 (diff) |
glx: move the glFlush call one layer down
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index e4adedd509b..3e9b730e54a 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -113,9 +113,9 @@ struct __GLXDRIscreenRec { struct glx_config *config); int64_t (*swapBuffers)(__GLXDRIdrawable *pdraw, int64_t target_msc, - int64_t divisor, int64_t remainder); + int64_t divisor, int64_t remainder, Bool flush); void (*copySubBuffer)(__GLXDRIdrawable *pdraw, - int x, int y, int width, int height); + int x, int y, int width, int height, Bool flush); int (*getDrawableMSC)(struct glx_screen *psc, __GLXDRIdrawable *pdraw, int64_t *ust, int64_t *msc, int64_t *sbc); int (*waitForMSC)(__GLXDRIdrawable *pdraw, int64_t target_msc, |