Skip to content

Commit

Permalink
fix: the return value of LCUI_GetAppId() is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Sep 9, 2018
1 parent 067f9f5 commit 46ec607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/windows/windows_events.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ LCUI_AppDriver LCUI_CreateWinAppDriver(void)
MessageBoxW(NULL, str, win.class_name, MB_ICONERROR);
return NULL;
}
app->id = LCUI_APP_WINDOWS;
app->GetData = WIN_GetData;
app->ProcessEvents = WIN_ProcessEvents;
app->BindSysEvent = WIN_BindSysEvent;
Expand Down

0 comments on commit 46ec607

Please sign in to comment.