aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.hh
diff options
context:
space:
mode:
authormathias <mathias>2005-03-23 20:36:12 (GMT)
committermathias <mathias>2005-03-23 20:36:12 (GMT)
commit12dff3d3a9cc6ed88493f39b07c9bcc1132f95e7 (patch)
tree9272cfe698c912ff98d094e7d13f6765c57f42ac /src/CurrentWindowCmd.hh
parent1a6d067013259bb8e7bee0fe4d9e8bff48200cb7 (diff)
downloadfluxbox-12dff3d3a9cc6ed88493f39b07c9bcc1132f95e7.zip
fluxbox-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.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