diff options
author | simonb <simonb> | 2006-05-07 03:41:27 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-05-07 03:41:27 (GMT) |
commit | 520f552be79581be50156bb7785e7ef0ce946b07 (patch) | |
tree | 82edcbb794f6b89804a2a7f75e0122afcc074f94 /src/Window.cc | |
parent | 0e9fa988ff41cc32a390f70443669a6df45f3e44 (diff) | |
download | fluxbox_pavel-520f552be79581be50156bb7785e7ef0ce946b07.zip fluxbox_pavel-520f552be79581be50156bb7785e7ef0ce946b07.tar.bz2 |
handle utf-8 strings properly.
use utf8 internally
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 8009248..44cfebd 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -439,7 +439,7 @@ void FluxboxWindow::init() { | |||
439 | decorations.sticky = decorations.shade = decorations.tab = true; | 439 | decorations.sticky = decorations.shade = decorations.tab = true; |
440 | 440 | ||
441 | 441 | ||
442 | functions.resize = functions.move = functions.iconify = functions.maximize = functions.tabable = true; | 442 | functions.resize = functions.move = functions.iconify = functions.maximize = functions.close = functions.tabable = true; |
443 | decorations.close = false; | 443 | decorations.close = false; |
444 | 444 | ||
445 | if (m_client->getBlackboxHint() != 0) | 445 | if (m_client->getBlackboxHint() != 0) |