mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +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
@@ -2215,7 +2215,7 @@ void wMakeWindowVisible(WWindow *wwin)
|
||||
}
|
||||
}
|
||||
|
||||
void movePionterToWindowCenter(WWindow *wwin)
|
||||
void movePointerToWindowCenter(WWindow *wwin)
|
||||
{
|
||||
if (!wPreferences.pointer_with_half_max_windows)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user