From 3598f2855f48f2a50feaa834afd4da1bc7291f91 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 18 Oct 2024 10:23:08 +0200 Subject: [BOX32] A few more X11 wrapped functions and fixes --- src/wrapped32/generated/functions_list.txt | 1 + src/wrapped32/generated/wrappedlibx11types32.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/wrapped32/generated') diff --git a/src/wrapped32/generated/functions_list.txt b/src/wrapped32/generated/functions_list.txt index 793db726..74d64986 100644 --- a/src/wrapped32/generated/functions_list.txt +++ b/src/wrapped32/generated/functions_list.txt @@ -2094,6 +2094,7 @@ wrappedlibx11: - iFXLpi: - XQueryColors - XSetWMProtocols + - XStoreColors - iFXLpp: - XGetWMNormalHints - iFXppp: diff --git a/src/wrapped32/generated/wrappedlibx11types32.h b/src/wrapped32/generated/wrappedlibx11types32.h index 055fee0d..ae0d36f1 100644 --- a/src/wrapped32/generated/wrappedlibx11types32.h +++ b/src/wrapped32/generated/wrappedlibx11types32.h @@ -113,6 +113,7 @@ typedef uintptr_t (*LFXLiiuuuiupLp_t)(void*, uintptr_t, int32_t, int32_t, uint32 GO(XChangeWindowAttributes, iFXLLp_t) \ GO(XQueryColors, iFXLpi_t) \ GO(XSetWMProtocols, iFXLpi_t) \ + GO(XStoreColors, iFXLpi_t) \ GO(XGetWMNormalHints, iFXLpp_t) \ GO(XCheckIfEvent, iFXppp_t) \ GO(XIfEvent, iFXppp_t) \ -- cgit 1.4.1