mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
forward declare XLookupString ourselves, since it is apparently missing in libx11-dev
This commit is contained in:
@@ -14,6 +14,17 @@
|
|||||||
#include <X11/keysym.h>
|
#include <X11/keysym.h>
|
||||||
#include <X11/keysymdef.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
|
//~ rjf: Window State
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user