diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-14 15:11:25 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-14 15:11:25 -0500 |
| commit | cec5480108e2d4158ba5086223e07cc34587dff5 (patch) | |
| tree | 562d1340ee7f3af9535e2f31f319a8ce37beade1 /openbox/config.c | |
| parent | 3f62e77dea46abaa08584cf5344b2d95a6c4c220 (diff) | |
avoid a compiler warning
Diffstat (limited to 'openbox/config.c')
| -rw-r--r-- | openbox/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.c b/openbox/config.c index c82e3b3a..83d326b5 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -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); |
