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:
@@ -803,14 +803,29 @@ WDefaultEntry optionList[] = {
|
|||||||
}
|
}
|
||||||
,{"MoveCursor", "(builtin, fleur)", (void*)WCUR_MOVE,
|
,{"MoveCursor", "(builtin, fleur)", (void*)WCUR_MOVE,
|
||||||
NULL, getCursor, setCursor
|
NULL, getCursor, setCursor
|
||||||
}
|
},
|
||||||
,{"ResizeCursor", "(builtin, sizing)", (void*)WCUR_RESIZE,
|
|
||||||
NULL, getCursor, setCursor
|
|
||||||
}
|
|
||||||
,{"WaitCursor", "(builtin, watch)", (void*)WCUR_WAIT,
|
|
||||||
NULL, getCursor, setCursor
|
|
||||||
}
|
|
||||||
#if 0
|
#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,
|
,{"ArrowCursor", "(builtin, top_left_arrow)", (void*)WCUR_ARROW,
|
||||||
NULL, getCursor, setCursor
|
NULL, getCursor, setCursor
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -229,7 +229,7 @@
|
|||||||
* define DEFINABLE_CURSOR if you want WindowMaker's default cursor
|
* define DEFINABLE_CURSOR if you want WindowMaker's default cursor
|
||||||
* to be user-definable instead of using a hard-coded left_ptr.
|
* to be user-definable instead of using a hard-coded left_ptr.
|
||||||
*/
|
*/
|
||||||
#define DEFINABLE_CURSOR
|
#undef DEFINABLE_CURSOR
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user