aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-15 14:03:14 (GMT)
committerfluxgen <fluxgen>2002-11-15 14:03:14 (GMT)
commit80c71b3fdc9b4962201ff73fc5a6b090927a7ca9 (patch)
treee59ab244e074022ce071076b8e87ed290115b80b
parent0e53323c07e088800c105a8bb9be69eff417d47e (diff)
downloadfluxbox-80c71b3fdc9b4962201ff73fc5a6b090927a7ca9.zip
fluxbox-80c71b3fdc9b4962201ff73fc5a6b090927a7ca9.tar.bz2
size
-rw-r--r--util/fbrun/FbRun.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/fbrun/FbRun.hh b/util/fbrun/FbRun.hh
index 1bdbd9d..efcd54f 100644
--- a/util/fbrun/FbRun.hh
+++ b/util/fbrun/FbRun.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: FbRun.hh,v 1.5 2002/11/13 16:44:42 fluxgen Exp $ 22// $Id: FbRun.hh,v 1.6 2002/11/15 14:03:14 fluxgen Exp $
23 23
24#ifndef FBRUN_HH 24#ifndef FBRUN_HH
25#define FBRUN_HH 25#define FBRUN_HH
@@ -42,6 +42,8 @@ public:
42 void setTitle(const std::string &title); 42 void setTitle(const std::string &title);
43 void move(int x, int y); 43 void move(int x, int y);
44 void resize(size_t width, size_t height); 44 void resize(size_t width, size_t height);
45 size_t height() const { return m_height; }
46 size_t width() const { return m_width; }
45 /// hide window 47 /// hide window
46 void hide(); 48 void hide();
47 /// show window 49 /// show window