ephyr: some whitespace changes.
This commit is contained in:
parent
782394fe53
commit
585125685b
|
@ -301,8 +301,8 @@ miPointerSpriteFuncRec EphyrPointerSpriteFuncs = {
|
||||||
ephyrUnrealizeCursor,
|
ephyrUnrealizeCursor,
|
||||||
ephyrSetCursor,
|
ephyrSetCursor,
|
||||||
ephyrMoveCursor,
|
ephyrMoveCursor,
|
||||||
ephyrDeviceCursorInitialize,
|
ephyrDeviceCursorInitialize,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -337,8 +337,8 @@ KdCardFuncs ephyrFuncs = {
|
||||||
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 */
|
||||||
|
@ -348,6 +348,6 @@ KdCardFuncs ephyrFuncs = {
|
||||||
0, /* disableAccel */
|
0, /* disableAccel */
|
||||||
0, /* finiAccel */
|
0, /* finiAccel */
|
||||||
|
|
||||||
ephyrGetColors, /* getColors */
|
ephyrGetColors,/* getColors */
|
||||||
ephyrPutColors, /* putColors */
|
ephyrPutColors, /* putColors */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue