From b59273f199ee194ae1157bc41e9a8d65eeededca Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Fri, 12 Jul 2019 23:28:09 +0100 Subject: [PATCH] Added missing function declaration. --- src/actions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/actions.h b/src/actions.h index 210e53e7..1ef40b45 100644 --- a/src/actions.h +++ b/src/actions.h @@ -82,6 +82,7 @@ void animateResize(WScreen *scr, int x, int y, int w, int h, int fx, int fy, int void update_saved_geometry(WWindow *wwin); void movePionterToWindowCenter(WWindow *wwin); +void moveBetweenHeads(WWindow *wwin, int direction); #endif