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

updated get/setstyle for new options

This commit is contained in:
kojima
2000-04-07 23:20:41 +00:00
parent caa86529a9
commit fa9bfc9794
6 changed files with 79 additions and 26 deletions

View File

@@ -831,12 +831,6 @@ WDefaultEntry optionList[] = {
},
{"ArrowCursor", "(builtin, top_left_arrow)", (void*)WCUR_ARROW,
NULL, getCursor, setCursor
},
{"QuestionCursor", "(builtin, question_arrow)", (void*)WCUR_QUESTION,
NULL, getCursor, setCursor
},
{"TextCursor", "(builtin, xterm)", (void*)WCUR_TEXT,
NULL, getCursor, setCursor
}
#endif
#endif /* DEFINABLE_CURSOR */