fixed bug in taskbar drawing

git-svn-id: http://tint2.googlecode.com/svn/trunk@245 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-10-31 11:58:45 +00:00
parent 12e73beb50
commit e8b4fb6bbc
4 changed files with 26 additions and 24 deletions

View File

@@ -32,6 +32,7 @@
#include <ctype.h>
#include <glib/gstdio.h>
#include <pango/pangocairo.h>
#include <pango/pangoxft.h>
#include <Imlib2.h>
#include "common.h"
@@ -88,6 +89,11 @@ void init_config()
// window manager's menu default value == false
wm_menu = 0;
max_tick_urgent = 7;
// flush pango cache if possible
//pango_xft_shutdown_display(server.dsp, server.screen);
//PangoFontMap *font_map = pango_xft_get_font_map(server.dsp, server.screen);
//pango_fc_font_map_shutdown(font_map);
}