ephyr: some whitespace changes.
This commit is contained in:
parent
782394fe53
commit
585125685b
|
@ -301,8 +301,8 @@ miPointerSpriteFuncRec EphyrPointerSpriteFuncs = {
|
|||
ephyrUnrealizeCursor,
|
||||
ephyrSetCursor,
|
||||
ephyrMoveCursor,
|
||||
ephyrDeviceCursorInitialize,
|
||||
NULL
|
||||
ephyrDeviceCursorInitialize,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
|
@ -337,8 +337,8 @@ KdCardFuncs ephyrFuncs = {
|
|||
ephyrScreenFini, /* scrfini */
|
||||
ephyrCardFini, /* cardfini */
|
||||
|
||||
0, /* initCursor */
|
||||
0, /* enableCursor */
|
||||
0, /* initCursor */
|
||||
0, /* enableCursor */
|
||||
0, /* disableCursor */
|
||||
0, /* finiCursor */
|
||||
0, /* recolorCursor */
|
||||
|
@ -348,6 +348,6 @@ KdCardFuncs ephyrFuncs = {
|
|||
0, /* disableAccel */
|
||||
0, /* finiAccel */
|
||||
|
||||
ephyrGetColors, /* getColors */
|
||||
ephyrGetColors,/* getColors */
|
||||
ephyrPutColors, /* putColors */
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue