Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
progandy committed Oct 7, 2012
1 parent 3706760 commit fd708df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dunst.c
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ void setup(void)
DefaultScreen(dc->dpy)),
CWOverrideRedirect | CWBackPixmap | CWEventMask, &wa);
transparency = transparency > 100 ? 100 : transparency;
setopacity(dc, win, (unsigned long)((100 - transparency) * (0xffffffff/100)));
setopacity(dc, win, (unsigned long)((100 - transparency) * (0xffffffff/100)));
grab_key(&history_ks);
}

Expand Down

0 comments on commit fd708df

Please sign in to comment.