mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
remove PIXPRIV checks as this flag is always set.
This commit is contained in:
@@ -86,8 +86,6 @@ extern int AddScreen(
|
||||
int /*argc*/,
|
||||
char** /*argv*/);
|
||||
|
||||
#ifdef PIXPRIV
|
||||
|
||||
extern void ResetPixmapPrivates(void);
|
||||
|
||||
extern int AllocatePixmapPrivateIndex(void);
|
||||
@@ -97,8 +95,6 @@ extern Bool AllocatePixmapPrivate(
|
||||
int /* index */,
|
||||
unsigned /* amount */);
|
||||
|
||||
#endif /* PIXPRIV */
|
||||
|
||||
extern void ResetColormapPrivates(void);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user