diff options
Diffstat (limited to 'src/privatewindow.h')
-rw-r--r-- | src/privatewindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/privatewindow.h b/src/privatewindow.h index 1f2c600..92f8b0f 100644 --- a/src/privatewindow.h +++ b/src/privatewindow.h @@ -133,6 +133,10 @@ class PrivateWindow { bool reparent (); void unreparent (); + void hide (); + + void show (); + bool handlePingTimeout (unsigned int lastPing); void handlePing (int lastPing); |