diff --git a/WINGs/wfontpanel.c b/WINGs/wfontpanel.c index bf577fd2..a2741bf3 100644 --- a/WINGs/wfontpanel.c +++ b/WINGs/wfontpanel.c @@ -6,7 +6,7 @@ #include "WUtil.h" #include -#include +#include typedef struct W_FontPanel { diff --git a/WINGs/wtext.c b/WINGs/wtext.c index 4511a97e..b8df4814 100644 --- a/WINGs/wtext.c +++ b/WINGs/wtext.c @@ -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);