1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

Fixed a function name.

This commit is contained in:
dan
1999-12-01 00:43:24 +00:00
parent 4313762bdb
commit c914639b8c
3 changed files with 4 additions and 4 deletions

View File

@@ -3097,7 +3097,7 @@ wDockFinishLaunch(WDock *dock, WAppIcon *icon)
WAppIcon*
wDockFindIconFor(WDock *dock, Window window)
wDockFindIconForWindow(WDock *dock, Window window)
{
WAppIcon *icon;
int i;