diff options
author | Jesse Adkins <jesserayadkins@gmail.com> | 2010-11-10 21:37:24 -0800 |
---|---|---|
committer | Jesse Adkins <jesserayadkins@gmail.com> | 2010-11-10 21:37:24 -0800 |
commit | 84e8de1271bb11b5b4b9747ae4647f47333a8ab7 (patch) | |
tree | d493dd324a042c2f119b0a0b684338640ce92a27 /fb/fb.h | |
parent | 23e329b5641ef044c34ac712c9193171eaf47198 (diff) |
fb: Remove fbcmap.c (bug 5436)
This is obsolete since a240c039c47c0be22ea5e100692307b26d938747.
Updated fb.h to mention that the functions come from fbcmap_mi.c now.
Dropped fbcmap.c from the makefile.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'fb/fb.h')
-rw-r--r-- | fb/fb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1262,7 +1262,7 @@ fbBltPlane (FbBits *src, Pixel planeMask); /* - * fbcmap.c + * fbcmap_mi.c */ extern _X_EXPORT int fbListInstalledColormaps(ScreenPtr pScreen, Colormap *pmaps); |