]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
avoid a compiler warning
[chaz/openbox] / openbox / config.c
index c82e3b3ae7160d6a80c46c52d8e005b40c295372..83d326b56e4ad287f66f7cc0364c6583c4954aa8 100644 (file)
@@ -125,7 +125,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);
This page took 0.019923 seconds and 4 git commands to generate.