diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-13 15:24:03 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-13 15:24:11 +0100 |
| commit | fa3db3df11f0d10a4a46f5ec5b0aaeaf34656d72 (patch) | |
| tree | 74dacd24ef44f155a2b6f0ab517bfe25c2e48dc2 /src/wrapped32/wrappedlibxext_private.h | |
| parent | 4b4c0143d951b6aa18e2102136b4b72e165459d4 (diff) | |
| download | box64-fa3db3df11f0d10a4a46f5ec5b0aaeaf34656d72.tar.gz box64-fa3db3df11f0d10a4a46f5ec5b0aaeaf34656d72.zip | |
[BOX32][WRAPPER] Added a arge batch of 32bits wrapped function to X11 and friends
Diffstat (limited to 'src/wrapped32/wrappedlibxext_private.h')
| -rw-r--r-- | src/wrapped32/wrappedlibxext_private.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped32/wrappedlibxext_private.h b/src/wrapped32/wrappedlibxext_private.h index 0d189dbc..1554a0db 100644 --- a/src/wrapped32/wrappedlibxext_private.h +++ b/src/wrapped32/wrappedlibxext_private.h @@ -93,7 +93,7 @@ GO(XSyncAwaitFence, iFXbL_i) //GO(XSyncChangeAlarm, iFpLLp) //GO(XSyncChangeCounter, iFpuU) //GO(XSyncCreateAlarm, LFpLp) // XSyncAlarm is an XID -//GO(XSyncCreateCounter, uFpU) // XSyncValue is a struct of 2 int +GO(XSyncCreateCounter, LFXU) // XSyncValue is a struct of 2 int GO(XSyncCreateFence, LFXLi) GO(XSyncDestroyAlarm, iFXL) GO(XSyncDestroyCounter, iFXL) @@ -111,7 +111,7 @@ GO(XSyncQueryCounter, iFXLp) GO(XSyncQueryExtension, iFXpp) GO(XSyncQueryFence, iFXLp) GO(XSyncResetFence, iFXL) -//GO(XSyncSetCounter, iFpuU) // XSyncCounter is an XID +GO(XSyncSetCounter, iFXLU) // XSyncCounter is an XID GO(XSyncSetPriority, iFXLi) GO(XSyncTriggerFence, iFXL) //GO(XSyncValueAdd, @@ -119,9 +119,9 @@ GO(XSyncTriggerFence, iFXL) //GO(XSyncValueGreaterOrEqual, //GO(XSyncValueGreaterThan, //GO(XSyncValueHigh32, -//GO(XSyncValueIsNegative, -//GO(XSyncValueIsPositive, -//GO(XSyncValueIsZero, iFp) +GO(XSyncValueIsNegative, iFU) +GO(XSyncValueIsPositive, iFU) +GO(XSyncValueIsZero, iFU) //GO(XSyncValueLessOrEqual, //GO(XSyncValueLessThan, //GO(XSyncValueLow32, |