summaryrefslogtreecommitdiff
path: root/src/client/cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/cursor.cpp')
-rw-r--r--src/client/cursor.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/cursor.cpp b/src/client/cursor.cpp
index 226b8a5..65e32bf 100644
--- a/src/client/cursor.cpp
+++ b/src/client/cursor.cpp
@@ -1,10 +1,8 @@
-class Cursor {
+struct Cursor {
int x;
int y;
Window &w;
- public:
-
Cursor(Window &w) : x(0), y(0), w(w) {}
char element() {