1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

fix a typo.

This commit is contained in:
id
2000-11-11 17:58:16 +00:00
parent bb9a2e7445
commit 4d41658e1a

View File

@@ -812,18 +812,18 @@ WDefaultEntry optionList[] = {
}, },
#ifdef KEEP_XKB_LOCK_STATUS #ifdef KEEP_XKB_LOCK_STATUS
,{"ToggleKbdModeKey", "None", (void*)WKBD_TOGGLE, {"ToggleKbdModeKey", "None", (void*)WKBD_TOGGLE,
NULL, getKeybind, setKeyGrab NULL, getKeybind, setKeyGrab
}, },
{"KbdModeLock", "NO", NULL, {"KbdModeLock", "NO", NULL,
&wPreferences.modelock, getBool, NULL &wPreferences.modelock, getBool, NULL
} },
#endif /* KEEP_XKB_LOCK_STATUS */ #endif /* KEEP_XKB_LOCK_STATUS */
#ifdef DEFINABLE_CURSOR #ifdef DEFINABLE_CURSOR
,{"NormalCursor", "(builtin, left_ptr)", (void*)WCUR_ROOT, {"NormalCursor", "(builtin, left_ptr)", (void*)WCUR_ROOT,
NULL, getCursor, setCursor NULL, getCursor, setCursor
} },
,{"MoveCursor", "(builtin, fleur)", (void*)WCUR_MOVE, {"MoveCursor", "(builtin, fleur)", (void*)WCUR_MOVE,
NULL, getCursor, setCursor NULL, getCursor, setCursor
}, },
#if 0 #if 0