aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-05-26 04:24:24 (GMT)
committerrathnor <rathnor>2003-05-26 04:24:24 (GMT)
commitb8802ad22a0b720143c0381cdac1beb10a7b5193 (patch)
tree8fbe3b4321240b98ab6532fcfcf45d504652d8ab /src/Window.hh
parentbbaca5b43b1ef51c516f4fd1a75f5659767649c5 (diff)
downloadfluxbox-b8802ad22a0b720143c0381cdac1beb10a7b5193.zip
fluxbox-b8802ad22a0b720143c0381cdac1beb10a7b5193.tar.bz2
fix usage of decoration.border (incl xmms move bug)
add BORDER to help turn on borders to remember stuff
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 32a479c..3a06702 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.75 2003/05/24 13:01:48 fluxgen Exp $ 25// $Id: Window.hh,v 1.76 2003/05/26 04:24:24 rathnor Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -373,7 +373,6 @@ private:
373 void associateClientWindow(); 373 void associateClientWindow();
374 void createWinButtons(); 374 void createWinButtons();
375 void decorateLabel(); 375 void decorateLabel();
376 void positionWindows();
377 376
378 void restoreGravity(); 377 void restoreGravity();
379 void setGravityOffsets(); 378 void setGravityOffsets();