ephyr: some whitespace changes.

This commit is contained in:
Peter Hutterer 2008-06-08 22:43:47 +09:30
parent 782394fe53
commit 585125685b

View File

@ -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 */
}; };