summaryrefslogtreecommitdiffstats
path: root/client/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/application.h')
-rw-r--r--client/application.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/application.h b/client/application.h
index acb116e7..de344886 100644
--- a/client/application.h
+++ b/client/application.h
@@ -306,10 +306,11 @@ private:
void destroy_monitors();
void assign_monitors();
void restore_monitors();
- void prepare_monitors();
+ void prepare_monitors(std::vector<SpicePoint> *sizes);
void rearrange_monitors(bool force_capture,
bool enter_full_screen,
- RedScreen* screen = NULL);
+ RedScreen* screen = NULL,
+ std::vector<SpicePoint> *sizes = NULL);
void position_screens();
void show_full_screen();
void send_key_down(RedKey key);