diff options
author | mathias <mathias> | 2005-03-23 20:36:12 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-03-23 20:36:12 (GMT) |
commit | 12dff3d3a9cc6ed88493f39b07c9bcc1132f95e7 (patch) | |
tree | 9272cfe698c912ff98d094e7d13f6765c57f42ac /src/CurrentWindowCmd.hh | |
parent | 1a6d067013259bb8e7bee0fe4d9e8bff48200cb7 (diff) | |
download | fluxbox_pavel-12dff3d3a9cc6ed88493f39b07c9bcc1132f95e7.zip fluxbox_pavel-12dff3d3a9cc6ed88493f39b07c9bcc1132f95e7.tar.bz2 |
added "Fullscreen" - command, removes borders and maximizes to
the full screen ... hence the name :)
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 |