mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 05:55:45 +01:00
- some small fixes to make it compile on werider systems.
This commit is contained in:
@@ -2279,7 +2279,9 @@ R_imaGFX: if(tb->next) {
|
||||
|
||||
case XK_BackSpace:
|
||||
case XK_Delete:
|
||||
#ifdef XK_KP_Delete
|
||||
case XK_KP_Delete:
|
||||
#endif
|
||||
deleteTextInteractively(tPtr, ksym);
|
||||
updateCursorPosition(tPtr);
|
||||
paintText(tPtr);
|
||||
|
||||
Reference in New Issue
Block a user