summaryrefslogtreecommitdiffstats
path: root/client/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/application.h')
-rw-r--r--client/application.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/application.h b/client/application.h
index 47cf29ef..b2a18d37 100644
--- a/client/application.h
+++ b/client/application.h
@@ -71,8 +71,8 @@ private:
struct MonitorInfo {
int depth;
- Point size;
- Point position;
+ SpicePoint size;
+ SpicePoint position;
};
class MonitorsQuery: public SyncEvent {