summaryrefslogtreecommitdiff
path: root/fb/fb.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-11-04 17:40:34 -0800
committerKeith Packard <keithp@neko.keithp.com>2006-11-04 17:40:34 -0800
commit2db62bce0725ba2d88cbe40fc440b6bda45046f3 (patch)
tree1f67dab01c78ae88efca76a7bdb5a5e5aee7c27c /fb/fb.h
parent543b397277d1f03b8091e44812010abcd5d80102 (diff)
Define fbHasVisualTypes in fb.h as it is exported
Diffstat (limited to 'fb/fb.h')
-rw-r--r--fb/fb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fb/fb.h b/fb/fb.h
index de0b3a8c2..e60507874 100644
--- a/fb/fb.h
+++ b/fb/fb.h
@@ -1342,6 +1342,9 @@ void
fbClearVisualTypes(void);
Bool
+fbHasVisualTypes (int depth);
+
+Bool
fbSetVisualTypes (int depth, int visuals, int bitsPerRGB);
Bool