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

svn path=/trunk/kdebase/kwin/; revision=37504
remotes/origin/Plasma/5.0
Daniel M. Duley 27 years ago
parent cb69226b40
commit a6cc2d48ab
  1. 2
      clients/kwmtheme/kwmthemeclient.cpp

@ -44,7 +44,7 @@ extern Options *options;
static void init_theme() 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"}; "wm_topleft", "wm_topright", "wm_bottomleft", "wm_bottomright"};
if(pixmaps_created) if(pixmaps_created)

Loading…
Cancel
Save