Merge branch 'backport' into work
[mikachu/openbox.git] / openbox / config.c
index b5b4ef4..0696806 100644 (file)
@@ -124,7 +124,7 @@ void config_app_settings_copy_non_defaults(const ObAppSettings *src,
     g_assert(src != NULL);
     g_assert(dst != NULL);
 
-    copy_if(type, -1);
+    copy_if(type, (ObClientType)-1);
     copy_if(decor, -1);
     copy_if(shade, -1);
     copy_if(focus, -1);