Skip to content

Commit

Permalink
panframes: expose checkPanFrames()
Browse files Browse the repository at this point in the history
Make checkPanFrames() available to callers outside of virtual.c

Fixes #543
  • Loading branch information
ThomasAdam committed Jun 21, 2021
1 parent 9da7d72 commit 830c67d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion fvwm/virtual.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
static int edge_thickness = 2;
static int last_edge_thickness = 2;

static void checkPanFrames(struct monitor *);
static void store_desktop_cmd(int, char *);
static int number_of_desktops(struct monitor *);
static void init_one_panframe(PanFrame *, int, int, int, int, int);
Expand Down
1 change: 1 addition & 0 deletions libs/FScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ int monitor_get_all_widths(void);
int monitor_get_all_heights(void);
void monitor_add_new(void);
void monitor_assign_virtual(struct monitor *);
void checkPanFrames(struct monitor *);

#define FSCREEN_MANGLE_USPOS_HINTS_MAGIC ((short)-32109)

Expand Down

0 comments on commit 830c67d

Please sign in to comment.