aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-08-18 16:30:33 (GMT)
committerrathnor <rathnor>2004-08-18 16:30:33 (GMT)
commit3dc71037822283699cccc42b67fe44fe487468ec (patch)
tree3d87e739362fca1770f88f0bf93c8aad244f0b3d /src/fluxbox.cc
parent9d7c7e109e9327497d2ad554ac08ca147b560587 (diff)
downloadfluxbox-3dc71037822283699cccc42b67fe44fe487468ec.zip
fluxbox-3dc71037822283699cccc42b67fe44fe487468ec.tar.bz2
fix handling of font+text encodings
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 291e62e..001b146 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -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: fluxbox.cc,v 1.248 2004/07/15 18:23:03 fluxgen Exp $ 25// $Id: fluxbox.cc,v 1.249 2004/08/18 16:30:33 rathnor Exp $
26 26
27#include "fluxbox.hh" 27#include "fluxbox.hh"
28 28
@@ -452,6 +452,9 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile
452 "Can not connect to X server.\nMake sure you started X before you start Fluxbox.", 452 "Can not connect to X server.\nMake sure you started X before you start Fluxbox.",
453 "Error message when no X display appears to exist")); 453 "Error message when no X display appears to exist"));
454 } 454 }
455
456 FbTk::fontInit();
457
455 // For KDE dock applets 458 // For KDE dock applets
456 // KDE v1.x 459 // KDE v1.x
457 m_kwm1_dockwindow = XInternAtom(FbTk::App::instance()->display(), 460 m_kwm1_dockwindow = XInternAtom(FbTk::App::instance()->display(),