Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Betts committed Aug 4, 2016
1 parent b0c50a7 commit 2a8e29f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fvwm/ewmh_intern.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ Bool ewmh_AllowsResize(
FvwmWindow *fw, XEvent *ev, window_style *style, unsigned long any);

/* ewmh_icon */
int ewmh_WMIcon(FvwmWindow *fw, XEvent *ev, window_style *style, unsigned long any);
int ewmh_WMIcon(
FvwmWindow *fw, XEvent *ev, window_style *style, unsigned long any);
CARD32 *ewmh_SetWmIconFromPixmap(
FvwmWindow *fw, CARD32 *orig_icon, int *orig_size,
Bool is_mini_icon);
Expand Down

0 comments on commit 2a8e29f

Please sign in to comment.