summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/rsDevice.h')
-rw-r--r--libs/rs/rsDevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsDevice.h b/libs/rs/rsDevice.h
index 156315f..a8a4e77 100644
--- a/libs/rs/rsDevice.h
+++ b/libs/rs/rsDevice.h
@@ -33,6 +33,8 @@ public:
void addContext(Context *);
void removeContext(Context *);
+ bool mForceSW;
+
protected:
Vector<Context *> mContexts;