Skip to content

Commit

Permalink
Update modules/FvwmPager/FvwmPager.c
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Adam <[email protected]>
  • Loading branch information
d-e-e-p and ThomasAdam committed Jun 30, 2020
1 parent 9b9d0da commit 4279025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/FvwmPager/FvwmPager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,8 @@ void list_end(void)
XFree((char *)children);
}

void extract_monitor_config(struct fpmonitor *m, char *tline) {
void extract_monitor_config(struct fpmonitor *m, char *tline)
{
int output, mdw, mdh, vx, vy, vxmax, vymax, iscur;
int x, y, w, h;

Expand Down

0 comments on commit 4279025

Please sign in to comment.