mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-20 09:43:32 +01:00
Fix internal function name typo
The patch is to fix a typo in the fct name movePionterToWindowCenter
This commit is contained in:
committed by
Carlos R. Mafra
parent
91e7f37074
commit
157d1ba85f
@@ -84,7 +84,7 @@ void wUnfullscreenWindow(WWindow *wwin);
|
||||
void animateResize(WScreen *scr, int x, int y, int w, int h, int fx, int fy, int fw, int fh);
|
||||
void update_saved_geometry(WWindow *wwin);
|
||||
|
||||
void movePionterToWindowCenter(WWindow *wwin);
|
||||
void movePointerToWindowCenter(WWindow *wwin);
|
||||
void moveBetweenHeads(WWindow *wwin, int direction);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user