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:
@@ -6,7 +6,7 @@
|
|||||||
#include "WUtil.h"
|
#include "WUtil.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <strings.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
typedef struct W_FontPanel {
|
typedef struct W_FontPanel {
|
||||||
|
|||||||
@@ -2279,7 +2279,9 @@ R_imaGFX: if(tb->next) {
|
|||||||
|
|
||||||
case XK_BackSpace:
|
case XK_BackSpace:
|
||||||
case XK_Delete:
|
case XK_Delete:
|
||||||
|
#ifdef XK_KP_Delete
|
||||||
case XK_KP_Delete:
|
case XK_KP_Delete:
|
||||||
|
#endif
|
||||||
deleteTextInteractively(tPtr, ksym);
|
deleteTextInteractively(tPtr, ksym);
|
||||||
updateCursorPosition(tPtr);
|
updateCursorPosition(tPtr);
|
||||||
paintText(tPtr);
|
paintText(tPtr);
|
||||||
|
|||||||
Reference in New Issue
Block a user