mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: unexport screenIsSaved and HasSaverWindow()
These aren't used by any external drivers, so no need to keep them public. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
80f49ee703
commit
44077ee11c
@@ -204,8 +204,4 @@ static inline PropertyPtr wUserProps(WindowPtr pWin) { return pWin->properties;
|
||||
#define SCREEN_IS_TILED 2
|
||||
#define SCREEN_IS_BLACK 3
|
||||
|
||||
#define HasSaverWindow(pScreen) (pScreen->screensaver.pWindow != NullWindow)
|
||||
|
||||
extern _X_EXPORT int screenIsSaved;
|
||||
|
||||
#endif /* WINDOWSTRUCT_H */
|
||||
|
||||
Reference in New Issue
Block a user