aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-14 10:32:31 (GMT)
committerfluxgen <fluxgen>2003-09-14 10:32:31 (GMT)
commit32a6aa1f54bbb32f358cfa543288ac6ae33409a4 (patch)
tree37838ca302bf92f1caab777fe04353c2d3508578 /src/FbWinFrame.hh
parentce1852c29324e921363882da2f6cb7c24b656fe4 (diff)
downloadfluxbox-32a6aa1f54bbb32f358cfa543288ac6ae33409a4.zip
fluxbox-32a6aa1f54bbb32f358cfa543288ac6ae33409a4.tar.bz2
less flicker
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 70ecaf0..23b004b 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.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: FbWinFrame.hh,v 1.19 2003/09/12 23:38:50 fluxgen Exp $ 22// $Id: FbWinFrame.hh,v 1.20 2003/09/14 10:32:31 fluxgen Exp $
23 23
24#ifndef FBWINFRAME_HH 24#ifndef FBWINFRAME_HH
25#define FBWINFRAME_HH 25#define FBWINFRAME_HH
@@ -81,8 +81,7 @@ public:
81 /// resize client to specified size and resize frame to it 81 /// resize client to specified size and resize frame to it
82 void resizeForClient(unsigned int width, unsigned int height); 82 void resizeForClient(unsigned int width, unsigned int height);
83 void moveResize(int x, int y, unsigned int width, unsigned int height); 83 void moveResize(int x, int y, unsigned int width, unsigned int height);
84 /// sets title on the titlebar label 84
85 void setTitle(const std::string &title);
86 /// set focus/unfocus style 85 /// set focus/unfocus style
87 void setFocus(bool newvalue); 86 void setFocus(bool newvalue);
88 void setDoubleClickTime(unsigned int time); 87 void setDoubleClickTime(unsigned int time);