diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-11-04 17:40:34 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-11-04 17:40:34 -0800 |
commit | 2db62bce0725ba2d88cbe40fc440b6bda45046f3 (patch) | |
tree | 1f67dab01c78ae88efca76a7bdb5a5e5aee7c27c /fb/fb.h | |
parent | 543b397277d1f03b8091e44812010abcd5d80102 (diff) |
Define fbHasVisualTypes in fb.h as it is exported
Diffstat (limited to 'fb/fb.h')
-rw-r--r-- | fb/fb.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1342,6 +1342,9 @@ void fbClearVisualTypes(void); Bool +fbHasVisualTypes (int depth); + +Bool fbSetVisualTypes (int depth, int visuals, int bitsPerRGB); Bool |