summaryrefslogtreecommitdiffstats
path: root/client/display_channel.h
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2010-06-27 12:45:12 +0300
committerAlexander Larsson <alexl@redhat.com>2010-06-29 13:59:46 +0200
commit3ca28ddf284acb9f1a90e3a1dbf020754db820b8 (patch)
treeca7031a4ea567cb704753081f53aa97652387fde /client/display_channel.h
parent8d21bce435e227403e535879eda2a7ac3c161a56 (diff)
downloadspice-3ca28ddf284acb9f1a90e3a1dbf020754db820b8.tar.gz
spice-3ca28ddf284acb9f1a90e3a1dbf020754db820b8.tar.xz
spice-3ca28ddf284acb9f1a90e3a1dbf020754db820b8.zip
detaching the screen when the primary surface is destoryed and closing the window if the primary surface is not recreated (the monitor has been detached).
Diffstat (limited to 'client/display_channel.h')
-rw-r--r--client/display_channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/display_channel.h b/client/display_channel.h
index c56adf6f..e6cd227e 100644
--- a/client/display_channel.h
+++ b/client/display_channel.h
@@ -188,6 +188,7 @@ private:
void streams_time();
void activate_streams_timer();
void stream_update_request(uint32_t update_time);
+ void reset_screen();
static void set_clip_rects(const SpiceClip& clip, uint32_t& num_clip_rects, SpiceRect*& clip_rects);
private: