aboutsummaryrefslogtreecommitdiff
path: root/src/TextTheme.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-13 15:25:58 (GMT)
committerfluxgen <fluxgen>2003-08-13 15:25:58 (GMT)
commit97e0164135376127d560cfd8b14f0ee2298adb56 (patch)
tree1f4fe15a9f3c319d08298ee2c26d5b454f038d46 /src/TextTheme.cc
parent62adec2f25d8c5c4926d6294bd63ddc8e13cb853 (diff)
downloadfluxbox-97e0164135376127d560cfd8b14f0ee2298adb56.zip
fluxbox-97e0164135376127d560cfd8b14f0ee2298adb56.tar.bz2
default justify
Diffstat (limited to 'src/TextTheme.cc')
-rw-r--r--src/TextTheme.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/TextTheme.cc b/src/TextTheme.cc
index 264975f..67f0f73 100644
--- a/src/TextTheme.cc
+++ b/src/TextTheme.cc
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: TextTheme.cc,v 1.3 2003/08/13 09:54:50 fluxgen Exp $ 23// $Id: TextTheme.cc,v 1.4 2003/08/13 15:25:58 fluxgen Exp $
24 24
25#include "TextTheme.hh" 25#include "TextTheme.hh"
26 26
@@ -36,6 +36,7 @@ TextTheme::TextTheme(FbTk::Theme &theme,
36 m_text_gc(XCreateGC(FbTk::App::instance()->display(), 36 m_text_gc(XCreateGC(FbTk::App::instance()->display(),
37 RootWindow(FbTk::App::instance()->display(), 37 RootWindow(FbTk::App::instance()->display(),
38 theme.screenNum()), 0, 0)) { 38 theme.screenNum()), 0, 0)) {
39 *m_justify = FbTk::LEFT;
39 // load default font 40 // load default font
40 m_font->load("fixed"); 41 m_font->load("fixed");
41 update(); 42 update();