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:
parent
df38987656
commit
fba3eefcc9
31
Xext/saver.c
31
Xext/saver.c
|
@ -63,30 +63,13 @@ in this Software without prior written authorization from the X Consortium.
|
|||
|
||||
static int ScreenSaverEventBase = 0;
|
||||
|
||||
static Bool ScreenSaverHandle(ScreenPtr /* pScreen */ ,
|
||||
int /* xstate */ ,
|
||||
Bool /* force */
|
||||
);
|
||||
|
||||
static Bool
|
||||
CreateSaverWindow(ScreenPtr /* pScreen */
|
||||
);
|
||||
|
||||
static Bool
|
||||
DestroySaverWindow(ScreenPtr /* pScreen */
|
||||
);
|
||||
|
||||
static void
|
||||
UninstallSaverColormap(ScreenPtr /* pScreen */
|
||||
);
|
||||
|
||||
static void
|
||||
CheckScreenPrivate(ScreenPtr /* pScreen */
|
||||
);
|
||||
|
||||
static void SScreenSaverNotifyEvent(xScreenSaverNotifyEvent * /* from */ ,
|
||||
xScreenSaverNotifyEvent * /* to */
|
||||
);
|
||||
static Bool ScreenSaverHandle(ScreenPtr pScreen, int xstate, Bool force);
|
||||
static Bool CreateSaverWindow(ScreenPtr pScreen);
|
||||
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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue