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

Work around the definable cursor patch.

This commit is contained in:
id
2000-03-04 07:54:48 +00:00
parent 37217ce180
commit e9ee3765f9
2 changed files with 23 additions and 8 deletions

View File

@@ -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
}

View File

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