about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-10-05 14:23:53 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-10-05 14:23:53 +0200
commit1a5cd1c1ff98dc21a22e9296455634ffa7f1533a (patch)
treee32f128aa17dcb20275f390163bd1e935aba8c1f /src
parent224974f2189c22ba2f08434b2b9fd38cdd0746a3 (diff)
downloadbox64-1a5cd1c1ff98dc21a22e9296455634ffa7f1533a.tar.gz
box64-1a5cd1c1ff98dc21a22e9296455634ffa7f1533a.zip
[WRAPPER] Reworked libXinerama with new wrapperhelper
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedxinerama_private.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedxinerama_private.h b/src/wrapped/wrappedxinerama_private.h
index ddc9c299..16acfa44 100644
--- a/src/wrapped/wrappedxinerama_private.h
+++ b/src/wrapped/wrappedxinerama_private.h
@@ -1,5 +1,5 @@
 #if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
-#error meh!
+#error Meh...
 #endif
 
 GO(XineramaIsActive, iFp)
@@ -7,8 +7,8 @@ GO(XineramaQueryExtension, iFppp)
 GO(XineramaQueryScreens, pFpp)
 GO(XineramaQueryVersion, iFppp)
 GO(XPanoramiXAllocInfo, pFv)
-GO(XPanoramiXGetScreenCount, iFppp)
-GO(XPanoramiXGetScreenSize, iFppip)
-GO(XPanoramiXGetState, iFppp)
+GO(XPanoramiXGetScreenCount, iFpLp)
+GO(XPanoramiXGetScreenSize, iFpLip)
+GO(XPanoramiXGetState, iFpLp)
 GO(XPanoramiXQueryExtension, iFppp)
 GO(XPanoramiXQueryVersion, iFppp)