Opps, forgot to get rid of an annoying warning :P
svn path=/trunk/kdebase/kwin/; revision=37504
This commit is contained in:
parent
cb69226b40
commit
a6cc2d48ab
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ extern Options *options;
|
|||
|
||||
static void init_theme()
|
||||
{
|
||||
static char *keys[] = {"wm_top", "wm_bottom", "wm_left", "wm_right",
|
||||
const char *keys[] = {"wm_top", "wm_bottom", "wm_left", "wm_right",
|
||||
"wm_topleft", "wm_topright", "wm_bottomleft", "wm_bottomright"};
|
||||
|
||||
if(pixmaps_created)
|
||||
|
|
Loading…
Reference in a new issue