summaryrefslogtreecommitdiffstats
path: root/client/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/monitor.h')
-rw-r--r--client/monitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/monitor.h b/client/monitor.h
index 7a4ba3f2..46b0a4e2 100644
--- a/client/monitor.h
+++ b/client/monitor.h
@@ -32,8 +32,8 @@ public:
void set_mode(int width, int height);
void restore();
virtual int get_depth() = 0;
- virtual Point get_position() = 0;
- virtual Point get_size() const = 0;
+ virtual SpicePoint get_position() = 0;
+ virtual SpicePoint get_size() const = 0;
virtual bool is_out_of_sync() = 0;
virtual int get_screen_id() = 0;