aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/CurrentWindowCmd.hh')
-rw-r--r--src/CurrentWindowCmd.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CurrentWindowCmd.hh b/src/CurrentWindowCmd.hh
index 2192cc2..6e17566 100644
--- a/src/CurrentWindowCmd.hh
+++ b/src/CurrentWindowCmd.hh
@@ -154,4 +154,11 @@ private:
154 const int m_step_size_x; 154 const int m_step_size_x;
155 const int m_step_size_y; 155 const int m_step_size_y;
156}; 156};
157
158class FullscreenCmd: public WindowHelperCmd{
159public:
160 explicit FullscreenCmd();
161protected:
162 void real_execute();
163};
157#endif // CURRENTWINDOWCMD_HH 164#endif // CURRENTWINDOWCMD_HH