collapse lines

This commit is contained in:
okan
2013-07-15 23:51:59 +00:00
parent 4119b5c065
commit 4ef96a2772
3 changed files with 6 additions and 10 deletions

View File

@ -840,8 +840,7 @@ client_getmwmhints(struct client_ctx *cc)
{
struct mwm_hints *mwmh;
if (xu_getprop(cc->win,
cwmh[_MOTIF_WM_HINTS], cwmh[_MOTIF_WM_HINTS],
if (xu_getprop(cc->win, cwmh[_MOTIF_WM_HINTS], cwmh[_MOTIF_WM_HINTS],
PROP_MWM_HINTS_ELEMENTS, (u_char **)&mwmh) == MWM_NUMHINTS)
if (mwmh->flags & MWM_HINTS_DECORATIONS &&
!(mwmh->decorations & MWM_DECOR_ALL) &&