[Spice-devel] [PATCH] client: add some missing USE_GUI define guards
Alon Levy
alevy at redhat.com
Thu Aug 29 06:05:44 PDT 2013
---
client/gui/gui.cpp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/client/gui/gui.cpp b/client/gui/gui.cpp
index 6dd4cea..4bf7ac8 100644
--- a/client/gui/gui.cpp
+++ b/client/gui/gui.cpp
@@ -440,9 +440,11 @@ void GUI::Dialog::handle_message_click(int id)
application().push_event(*event);
}
+#ifdef USE_GUI
if (_close_on_message_click) {
application().hide_gui();
}
+#endif
}
void GUI::Dialog::pre_destroy()
@@ -861,7 +863,9 @@ public:
bool SettingsDialog::handle_close(const CEGUI::EventArgs& e)
{
DBG(0, "");
+#ifdef USE_GUI
application().hide_gui();
+#endif
return true;
}
--
1.8.3.1
More information about the Spice-devel
mailing list