mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
more of the same
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
// Copyright (c) 2024 Epic Games Tools
|
// Copyright (c) 2024 Epic Games Tools
|
||||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
||||||
|
|
||||||
|
////////////////////////////////
|
||||||
|
//~ rjf: Prototypes (which seem to sometimes be missing)
|
||||||
|
|
||||||
|
int XLookupString(XKeyEvent *event_struct, char *buffer_return, int bytes_buffer, KeySym *keysym_return, XComposeStatus *status_in_out);
|
||||||
|
|
||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
//~ rjf: Helpers
|
//~ rjf: Helpers
|
||||||
|
|
||||||
|
|||||||
@@ -14,17 +14,6 @@
|
|||||||
#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