From 3ca28ddf284acb9f1a90e3a1dbf020754db820b8 Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Sun, 27 Jun 2010 12:45:12 +0300 Subject: 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). --- client/display_channel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client/display_channel.h') 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: -- cgit