diff options
author | Brian Paul <[email protected]> | 2005-01-06 23:59:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-06 23:59:37 +0000 |
commit | 71fc6a3fc9177efa335e5c09867faf0bde6584a2 (patch) | |
tree | 6a4153ecb2c6320ef8a261ae1415aca0c12f2ad2 /progs/xdemos/pbutil.h | |
parent | 1f98ee90228aa56df207cdbd223bb4b8c0bb15d9 (diff) |
New GetAllFBConfigs() function. Some FBConfigs weren't reported before.
Diffstat (limited to 'progs/xdemos/pbutil.h')
-rw-r--r-- | progs/xdemos/pbutil.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/xdemos/pbutil.h b/progs/xdemos/pbutil.h index 68ba8808c2c..e877f20625d 100644 --- a/progs/xdemos/pbutil.h +++ b/progs/xdemos/pbutil.h @@ -38,6 +38,10 @@ extern FBCONFIG * ChooseFBConfig(Display *dpy, int screen, const int attribs[], int *nConfigs); +extern FBCONFIG * +GetAllFBConfigs(Display *dpy, int screen, int *nConfigs); + + extern XVisualInfo * GetVisualFromFBConfig(Display *dpy, int screen, FBCONFIG config); |