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