more of the same

This commit is contained in:
Ryan Fleury
2025-05-11 21:47:24 -07:00
parent 2307d44506
commit 8688322a43
2 changed files with 5 additions and 11 deletions
-11
View File
@@ -14,17 +14,6 @@
#include <X11/keysym.h>
#include <X11/keysymdef.h>
////////////////////////////////
//~ rjf: Prototypes (which seem to sometimes be missing)
typedef struct _XComposeStatus
{
XPointer compose_ptr;
int chars_matched;
}
XComposeStatus;
int XLookupString(XKeyEvent *event_struct, char *buffer_return, int bytes_buffer, KeySym *keysym_return, XComposeStatus *status_in_out);
////////////////////////////////
//~ rjf: Window State