summaryrefslogtreecommitdiffstats
path: root/client/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/application.h')
-rw-r--r--client/application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/application.h b/client/application.h
index 2cff2d59..c01e08bc 100644
--- a/client/application.h
+++ b/client/application.h
@@ -254,6 +254,7 @@ public:
#ifdef USE_GUI
bool is_disconnect_allowed();
+ void hide_gui();
#endif
const std::string& get_host();
@@ -318,7 +319,6 @@ private:
void attach_gui_barriers();
void detach_gui_barriers();
void show_gui();
- void hide_gui();
void create_gui_barrier(RedScreen& screen, int id);
void destroyed_gui_barrier(int id);
void destroyed_gui_barriers();