1
0
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:
dan
2000-11-22 07:34:03 +00:00
parent 9a4037ebf1
commit 527bbcf271
2 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
#include "WUtil.h"
#include <ctype.h>
#include <strings.h>
#include <string.h>
typedef struct W_FontPanel {

View File

@@ -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);