aboutsummaryrefslogtreecommitdiff
path: root/src/SlitClient.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-11-01 00:12:53 (GMT)
committerrathnor <rathnor>2003-11-01 00:12:53 (GMT)
commitb6d5b558fe9b490284a3901ed76243f6b4c580b8 (patch)
treede28ed07ceac034724a281cd991b97252016c06a /src/SlitClient.hh
parent08089dd064d626cb6d9f65dd201f6f9be5d5751b (diff)
downloadfluxbox-b6d5b558fe9b490284a3901ed76243f6b4c580b8.zip
fluxbox-b6d5b558fe9b490284a3901ed76243f6b4c580b8.tar.bz2
slit client mapping on restart, surplus menu redraw
Diffstat (limited to 'src/SlitClient.hh')
-rw-r--r--src/SlitClient.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SlitClient.hh b/src/SlitClient.hh
index 5719ab0..f88c062 100644
--- a/src/SlitClient.hh
+++ b/src/SlitClient.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: SlitClient.hh,v 1.1 2003/06/20 01:25:26 fluxgen Exp $ 22// $Id: SlitClient.hh,v 1.2 2003/11/01 00:12:53 rathnor Exp $
23 23
24#ifndef SLITCLIENT_HH 24#ifndef SLITCLIENT_HH
25#define SLITCLIENT_HH 25#define SLITCLIENT_HH
@@ -55,6 +55,7 @@ public:
55 void setWindow(Window win) { m_window = win; } 55 void setWindow(Window win) { m_window = win; }
56 void move(int x, int y) { m_x = x; m_y = y; } 56 void move(int x, int y) { m_x = x; m_y = y; }
57 void resize(unsigned int width, unsigned int height) { m_width = width; m_height = height; } 57 void resize(unsigned int width, unsigned int height) { m_width = width; m_height = height; }
58 void moveResize(int x, int y, unsigned int width, unsigned int height) { m_x = x; m_y = y; m_width = width; m_height = height; }
58 void hide(); 59 void hide();
59 void show(); 60 void show();
60 void setVisible(bool value) { m_visible = value; } 61 void setVisible(bool value) { m_visible = value; }