Xext: saver: little bit formatting cleanup

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1586>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-06-28 14:11:13 +02:00 committed by Marge Bot
parent df38987656
commit fba3eefcc9

View File

@ -63,30 +63,13 @@ in this Software without prior written authorization from the X Consortium.
static int ScreenSaverEventBase = 0; static int ScreenSaverEventBase = 0;
static Bool ScreenSaverHandle(ScreenPtr /* pScreen */ , static Bool ScreenSaverHandle(ScreenPtr pScreen, int xstate, Bool force);
int /* xstate */ , static Bool CreateSaverWindow(ScreenPtr pScreen);
Bool /* force */ static Bool DestroySaverWindow(ScreenPtr pScreen);
); static void UninstallSaverColormap(ScreenPtr pScreen);
static void CheckScreenPrivate(ScreenPtr pScreen);
static Bool static void SScreenSaverNotifyEvent(xScreenSaverNotifyEvent *from,
CreateSaverWindow(ScreenPtr /* pScreen */ xScreenSaverNotifyEvent *to);
);
static Bool
DestroySaverWindow(ScreenPtr /* pScreen */
);
static void
UninstallSaverColormap(ScreenPtr /* pScreen */
);
static void
CheckScreenPrivate(ScreenPtr /* pScreen */
);
static void SScreenSaverNotifyEvent(xScreenSaverNotifyEvent * /* from */ ,
xScreenSaverNotifyEvent * /* to */
);
static RESTYPE SuspendType; /* resource type for suspension records */ static RESTYPE SuspendType; /* resource type for suspension records */