diff --git a/src/defaults.c b/src/defaults.c index d72d9f2b..97289aa7 100644 --- a/src/defaults.c +++ b/src/defaults.c @@ -803,14 +803,29 @@ WDefaultEntry optionList[] = { } ,{"MoveCursor", "(builtin, fleur)", (void*)WCUR_MOVE, NULL, getCursor, setCursor - } - ,{"ResizeCursor", "(builtin, sizing)", (void*)WCUR_RESIZE, - NULL, getCursor, setCursor - } - ,{"WaitCursor", "(builtin, watch)", (void*)WCUR_WAIT, - NULL, getCursor, setCursor - } + }, #if 0 + {"TopLeftResizeCursor", "(builtin, sizing)", (void*)WCUR_TOPLEFTRESIZE, + NULL, getCursor, setCursor + }, + {"TopRightResizeCursor", "(builtin, sizing)", (void*)WCUR_TOPRIGHTRESIZE, + NULL, getCursor, setCursor + }, + {"BottomLeftResizeCursor", "(builtin, sizing)", (void*)WCUR_BOTTOMLEFTRESIZE, + NULL, getCursor, setCursor + }, + {"BottomRightResizeCursor", "(builtin, sizing)", (void*)WCUR_BOTTOMRIGHTRESIZE, + NULL, getCursor, setCursor + }, + {"VerticalResizeCursor", "(builtin, sizing)", (void*)WCUR_VERTICALRESIZE, + NULL, getCursor, setCursor + }, + {"HorizonResizeCursor", "(builtin, sizing)", (void*)WCUR_HORIZONRESIZE, + NULL, getCursor, setCursor + }, + {"WaitCursor", "(builtin, watch)", (void*)WCUR_WAIT, + NULL, getCursor, setCursor + } ,{"ArrowCursor", "(builtin, top_left_arrow)", (void*)WCUR_ARROW, NULL, getCursor, setCursor } diff --git a/src/wconfig.h.in b/src/wconfig.h.in index efe7715e..a398dcac 100644 --- a/src/wconfig.h.in +++ b/src/wconfig.h.in @@ -229,7 +229,7 @@ * define DEFINABLE_CURSOR if you want WindowMaker's default cursor * to be user-definable instead of using a hard-coded left_ptr. */ -#define DEFINABLE_CURSOR +#undef DEFINABLE_CURSOR /*