Opps, forgot to get rid of an annoying warning :P

svn path=/trunk/kdebase/kwin/; revision=37504
This commit is contained in:
Daniel M. Duley 2000-01-03 13:16:39 +00:00
parent cb69226b40
commit a6cc2d48ab

View file

@ -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)