mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-02 06:05:45 +01:00
- some small fixes to make it compile on werider systems.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "WUtil.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
typedef struct W_FontPanel {
|
||||
|
||||
@@ -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