summaryrefslogtreecommitdiffhomepage
path: root/proto-wine
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-09-30 11:28:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-09-30 11:28:32 +0200
commit819e635af2b64213f1076eb4a99bba8c48cfdb68 (patch)
treec2bf5d3fd83ff6996d252f9477562e7e26234a89 /proto-wine
parenta48349deb6a70631ae95e9e0505930949f1e8dac (diff)
remove camel case
Diffstat (limited to 'proto-wine')
-rw-r--r--proto-wine/ftnoir_protocol_wine.h2
-rw-r--r--proto-wine/opentrack-wrapper-wine-posix.cxx2
-rw-r--r--proto-wine/opentrack-wrapper-wine-windows.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/proto-wine/ftnoir_protocol_wine.h b/proto-wine/ftnoir_protocol_wine.h
index a0a3fa4c..e996a2c2 100644
--- a/proto-wine/ftnoir_protocol_wine.h
+++ b/proto-wine/ftnoir_protocol_wine.h
@@ -25,7 +25,7 @@ public:
return connected_game;
}
private:
- PortableLockedShm lck_shm;
+ shm_wrapper lck_shm;
WineSHM* shm;
QProcess wrapper;
int gameid;
diff --git a/proto-wine/opentrack-wrapper-wine-posix.cxx b/proto-wine/opentrack-wrapper-wine-posix.cxx
index 21c7622b..e36407a9 100644
--- a/proto-wine/opentrack-wrapper-wine-posix.cxx
+++ b/proto-wine/opentrack-wrapper-wine-posix.cxx
@@ -2,6 +2,6 @@
# undef _WIN32
#endif
-#define PortableLockedShm ShmPosix
+#define shm_wrapper ShmPosix
#include "compat/shm.h"
#include "compat/shm.cpp"
diff --git a/proto-wine/opentrack-wrapper-wine-windows.cxx b/proto-wine/opentrack-wrapper-wine-windows.cxx
index 698e3c3b..3c315d84 100644
--- a/proto-wine/opentrack-wrapper-wine-windows.cxx
+++ b/proto-wine/opentrack-wrapper-wine-windows.cxx
@@ -2,7 +2,7 @@
# error "bad cross"
#endif
-#define PortableLockedShm ShmWine
+#define shm_wrapper ShmWine
#include "compat/shm.h"
#include "compat/shm.cpp"
#include "wine-shm.h"