Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/ghost/intern/GHOST_NDOFManagerUnix.h')
-rw-r--r--intern/ghost/intern/GHOST_NDOFManagerUnix.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/intern/ghost/intern/GHOST_NDOFManagerUnix.h b/intern/ghost/intern/GHOST_NDOFManagerUnix.h
index e6b3f95124f..75bd022631a 100644
--- a/intern/ghost/intern/GHOST_NDOFManagerUnix.h
+++ b/intern/ghost/intern/GHOST_NDOFManagerUnix.h
@@ -22,16 +22,15 @@
/* Event capture is handled within the NDOF manager on Linux,
* so there's no need for SystemX11 to look for them. */
-class GHOST_NDOFManagerUnix : public GHOST_NDOFManager
-{
-public:
- GHOST_NDOFManagerUnix(GHOST_System&);
- ~GHOST_NDOFManagerUnix();
- bool available();
- bool processEvents();
+class GHOST_NDOFManagerUnix : public GHOST_NDOFManager {
+ public:
+ GHOST_NDOFManagerUnix(GHOST_System &);
+ ~GHOST_NDOFManagerUnix();
+ bool available();
+ bool processEvents();
-private:
- bool m_available;
+ private:
+ bool m_available;
};
-#endif /* __GHOST_NDOFMANAGERUNIX_H__ */
+#endif /* __GHOST_NDOFMANAGERUNIX_H__ */