[client,x11] fix missing prototype

due to X11 type definition conflicts the header can not be included. Add
a function definition to silence warnigns.
This commit is contained in:
Armin Novak
2025-09-24 14:30:25 +02:00
parent 96fb0e5aa8
commit da08eb3d75

View File

@@ -19,6 +19,8 @@
*/
// Do not include! X11 has conflicting defines #include "xf_utils.h"
const char* request_code_2_str(int code);
#include <X11/Xproto.h>
const char* request_code_2_str(int code)