all repos — openbox @ cec5480108e2d4158ba5086223e07cc34587dff5

openbox fork - make it a bit more like ryudo

avoid a compiler warning
Dana Jansens danakj@orodu.net
commit

cec5480108e2d4158ba5086223e07cc34587dff5

parent

3f62e77dea46abaa08584cf5344b2d95a6c4c220

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/config.copenbox/config.c

@@ -125,7 +125,7 @@ {

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