diff options
Diffstat (limited to 'src/CurrentWindowCmd.hh')
-rw-r--r-- | src/CurrentWindowCmd.hh | 7 |
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 | |||
158 | class FullscreenCmd: public WindowHelperCmd{ | ||
159 | public: | ||
160 | explicit FullscreenCmd(); | ||
161 | protected: | ||
162 | void real_execute(); | ||
163 | }; | ||
157 | #endif // CURRENTWINDOWCMD_HH | 164 | #endif // CURRENTWINDOWCMD_HH |