aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-09-23 13:52:05 (GMT)
committerrathnor <rathnor>2003-09-23 13:52:05 (GMT)
commita4c41f621b97084516299a322d62750f2e86b6a9 (patch)
tree8c7d95e18fc86611f74156664967aa24ceb75447 /src/Window.hh
parent36d598600becf7cf6797d33d41e106ba8beb26e6 (diff)
downloadfluxbox-a4c41f621b97084516299a322d62750f2e86b6a9.zip
fluxbox-a4c41f621b97084516299a322d62750f2e86b6a9.tar.bz2
add support for _NET_WM_STATE_FULLSCREEN
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh
index ee0b35e..a07bf66 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.93 2003/09/12 16:30:21 fluxgen Exp $ 25// $Id: Window.hh,v 1.94 2003/09/23 13:52:05 rathnor Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -206,11 +206,11 @@ public:
206 void restore(WinClient *client, bool remap); 206 void restore(WinClient *client, bool remap);
207 void restore(bool remap); 207 void restore(bool remap);
208 /// move frame to x, y 208 /// move frame to x, y
209 void move(int x, int y); 209 void move(int x, int y, int gravity = ForgetGravity);
210 /// resize frame to width, height 210 /// resize frame to width, height
211 void resize(unsigned int width, unsigned int height); 211 void resize(unsigned int width, unsigned int height);
212 /// move and resize frame to pox x,y and size width, height 212 /// move and resize frame to pox x,y and size width, height
213 void moveResize(int x, int y, unsigned int width, unsigned int height); 213 void moveResize(int x, int y, unsigned int width, unsigned int height, int gravity = ForgetGravity);
214 214
215 void setWorkspace(int n); 215 void setWorkspace(int n);
216 void changeBlackboxHints(const BlackboxHints &bh); 216 void changeBlackboxHints(const BlackboxHints &bh);