about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-10-08 19:44:20 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-10-08 19:44:20 +0200
commitc12f8fa2544dbcfb29416f39f784abefef276ccb (patch)
tree0aabd275027832647d282e061ce6827d72beae6e /src/include
parent7ae36b8667f9ff213c3461a3c7d49978d8d71e4d (diff)
downloadbox64-c12f8fa2544dbcfb29416f39f784abefef276ccb.tar.gz
box64-c12f8fa2544dbcfb29416f39f784abefef276ccb.zip
[BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to help debug X11 programs)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 7264261d..a17e76a4 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -17,6 +17,7 @@ extern int box64_rdtsc;
 extern int box64_rdtsc_1ghz;
 extern uint8_t box64_rdtsc_shift;
 extern int box64_is32bits;
+extern int box64_x11sync;
 #ifdef DYNAREC
 extern int box64_dynarec_dump;
 extern int box64_dynarec_trace;