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
+5
View File
@@ -1,6 +1,11 @@
// Copyright (c) 2024 Epic Games Tools
// 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
-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