mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
fb: make fbGCOps static
Not used anywhere outside fbgc.c, so can be static. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
1
fb/fb.h
1
fb/fb.h
@@ -313,7 +313,6 @@ extern _X_EXPORT void fbSetBits(FbStip * bits, int stride, FbStip data);
|
||||
} \
|
||||
}
|
||||
|
||||
extern _X_EXPORT const GCOps fbGCOps;
|
||||
extern _X_EXPORT const GCFuncs fbGCFuncs;
|
||||
|
||||
/* Framebuffer access wrapper */
|
||||
|
||||
Reference in New Issue
Block a user