mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
mi: drop unused miInitOverlay()
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
1652
mi/mioverlay.c
1652
mi/mioverlay.c
File diff suppressed because it is too large
Load Diff
@@ -8,9 +8,4 @@
|
||||
typedef void (*miOverlayTransFunc) (ScreenPtr, int, BoxPtr);
|
||||
typedef Bool (*miOverlayInOverlayFunc) (WindowPtr);
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
|
||||
miInitOverlay(ScreenPtr pScreen,
|
||||
miOverlayInOverlayFunc inOverlay, miOverlayTransFunc trans);
|
||||
|
||||
#endif /* __MIOVERLAY_H */
|
||||
|
||||
Reference in New Issue
Block a user