ephyr: some whitespace changes.
This commit is contained in:
parent
782394fe53
commit
585125685b
|
@ -64,7 +64,7 @@ InitInput (int argc, char **argv)
|
||||||
{
|
{
|
||||||
KdKeyboardInfo *ki;
|
KdKeyboardInfo *ki;
|
||||||
KdPointerInfo *pi;
|
KdPointerInfo *pi;
|
||||||
|
|
||||||
KdAddKeyboardDriver(&EphyrKeyboardDriver);
|
KdAddKeyboardDriver(&EphyrKeyboardDriver);
|
||||||
#ifdef linux
|
#ifdef linux
|
||||||
KdAddKeyboardDriver(&LinuxEvdevKeyboardDriver);
|
KdAddKeyboardDriver(&LinuxEvdevKeyboardDriver);
|
||||||
|
@ -301,17 +301,17 @@ miPointerSpriteFuncRec EphyrPointerSpriteFuncs = {
|
||||||
ephyrUnrealizeCursor,
|
ephyrUnrealizeCursor,
|
||||||
ephyrSetCursor,
|
ephyrSetCursor,
|
||||||
ephyrMoveCursor,
|
ephyrMoveCursor,
|
||||||
ephyrDeviceCursorInitialize,
|
ephyrDeviceCursorInitialize,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
Bool
|
Bool
|
||||||
ephyrCursorInit(ScreenPtr pScreen)
|
ephyrCursorInit(ScreenPtr pScreen)
|
||||||
{
|
{
|
||||||
miPointerInitialize(pScreen,
|
miPointerInitialize(pScreen,
|
||||||
&EphyrPointerSpriteFuncs,
|
&EphyrPointerSpriteFuncs,
|
||||||
&ephyrPointerScreenFuncs,
|
&ephyrPointerScreenFuncs,
|
||||||
FALSE);
|
FALSE);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
@ -336,18 +336,18 @@ KdCardFuncs ephyrFuncs = {
|
||||||
ephyrRestore, /* restore */
|
ephyrRestore, /* restore */
|
||||||
ephyrScreenFini, /* scrfini */
|
ephyrScreenFini, /* scrfini */
|
||||||
ephyrCardFini, /* cardfini */
|
ephyrCardFini, /* cardfini */
|
||||||
|
|
||||||
0, /* initCursor */
|
0, /* initCursor */
|
||||||
0, /* enableCursor */
|
0, /* enableCursor */
|
||||||
0, /* disableCursor */
|
0, /* disableCursor */
|
||||||
0, /* finiCursor */
|
0, /* finiCursor */
|
||||||
0, /* recolorCursor */
|
0, /* recolorCursor */
|
||||||
|
|
||||||
0, /* initAccel */
|
0, /* initAccel */
|
||||||
0, /* enableAccel */
|
0, /* enableAccel */
|
||||||
0, /* disableAccel */
|
0, /* disableAccel */
|
||||||
0, /* finiAccel */
|
0, /* finiAccel */
|
||||||
|
|
||||||
ephyrGetColors, /* getColors */
|
ephyrGetColors,/* getColors */
|
||||||
ephyrPutColors, /* putColors */
|
ephyrPutColors, /* putColors */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue