about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-06-03 15:31:22 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-06-03 15:31:22 +0200
commitb1b9d106564bbe091303c54556427ac3a1ec02ea (patch)
treed1904cfa3a689b8e4c0d3aa24ec5683c041b1ed7 /src/include
parent506f78eb32b94a6c553440317303c988cbdc0621 (diff)
downloadbox64-b1b9d106564bbe091303c54556427ac3a1ec02ea.tar.gz
box64-b1b9d106564bbe091303c54556427ac3a1ec02ea.zip
Added a wrokaround for libtinfo global variables
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/globalsymbols.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/globalsymbols.h b/src/include/globalsymbols.h
new file mode 100755
index 00000000..e2bd19d3
--- /dev/null
+++ b/src/include/globalsymbols.h
@@ -0,0 +1,14 @@
+#ifndef _GLOBAL_SYMBOLS_H_

+#define _GLOBAL_SYMBOLS_H_

+

+//GTK stuff

+//void my_checkGlobalGdkDisplay();

+//void my_setGlobalGThreadsInit();

+

+//void** my_GetGTKDisplay();

+//void** my_GetGthreadsGotInitialized();  // defined in wrappedgthread2

+

+// NCurse / TInfo

+void my_checkGlobalTInfo();

+

+#endif //_GLOBAL_SYMBOLS_H_
\ No newline at end of file