about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-26 13:29:08 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-26 13:29:08 +0200
commit95a0e669a268919a3d610e75bad4634874d53e9c (patch)
treeb4cc84d42e99873721f26cdebdf07ca369f7f4cd
parentb80e4c552aa7ba61e8b9bb41079e34a1c7512464 (diff)
downloadbox64-95a0e669a268919a3d610e75bad4634874d53e9c.tar.gz
box64-95a0e669a268919a3d610e75bad4634874d53e9c.zip
[WRAPPER] Reworked wrapped libXxf86vm with new wrapperhelper
-rw-r--r--src/wrapped/wrappedlibxxf86vm_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibxxf86vm_private.h b/src/wrapped/wrappedlibxxf86vm_private.h
index b418072b..5dd5a76e 100644
--- a/src/wrapped/wrappedlibxxf86vm_private.h
+++ b/src/wrapped/wrappedlibxxf86vm_private.h
@@ -1,5 +1,5 @@
 #if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
-#error meh!
+#error Meh...
 #endif
 
 GO(XF86VidModeGetViewPort, iFpipp)
@@ -17,7 +17,7 @@ GO(XF86VidModeSetGammaRamp, iFpiippp)
 GO(XF86VidModeGetPermissions, iFpip)
 GO(XF86VidModeModModeLine, iFpip)
 GO(XF86VidModeSetViewPort, iFpiii)
-GO(XF86VidModeSwitchMode, iFpip)
+GO(XF86VidModeSwitchMode, iFpii)
 GO(XF86VidModeAddModeLine, iFpipp)
 GO(XF86VidModeSwitchToMode, iFpip)
 GO(XF86VidModeQueryExtension, iFppp)