diff options
author | Kristian Høgsberg <[email protected]> | 2007-10-17 17:03:33 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2007-10-17 17:04:59 -0400 |
commit | aad5c0fdc79153e7997f2140ae758db367e6c932 (patch) | |
tree | 64593051eb2681f02e87cb5a4a8b51917e704319 /progs/xdemos/pbutil.h | |
parent | ad053d90f01852ee27e36a21402543562bf46ad6 (diff) |
pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions.
Diffstat (limited to 'progs/xdemos/pbutil.h')
-rw-r--r-- | progs/xdemos/pbutil.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/progs/xdemos/pbutil.h b/progs/xdemos/pbutil.h index e95b2565a23..d420522ff01 100644 --- a/progs/xdemos/pbutil.h +++ b/progs/xdemos/pbutil.h @@ -27,6 +27,9 @@ extern int +QueryFBConfig(Display *dpy, int screen); + +extern int QueryPbuffers(Display *dpy, int screen); |