glx/dri3: Track separate (ust, msc) for PresentPixmap vs. PresentNotifyMsc (v2)
[mesa.git] / src / glx / glxclient.h
index a7118af2260256bea1a8ca9dfd196dae323122c8..74c19c485643746173955a15200e026329488867 100644 (file)
@@ -125,6 +125,7 @@ struct __GLXDRIscreenRec {
                     int64_t *msc, int64_t *sbc);
    int (*setSwapInterval)(__GLXDRIdrawable *pdraw, int interval);
    int (*getSwapInterval)(__GLXDRIdrawable *pdraw);
+   int (*getBufferAge)(__GLXDRIdrawable *pdraw);
 };
 
 struct __GLXDRIdrawableRec