application/main.c

changeset 666
86c3f109ed3b
parent 658
b25f54b51d76
child 673
90a32d739b8e
equal deleted inserted replaced
665:73689d24080c 666:86c3f109ed3b
1012 #endif 1012 #endif
1013 1013
1014 #ifdef UI_WIN32 1014 #ifdef UI_WIN32
1015 1015
1016 void application_startup(UiEvent *event, void *data) { 1016 void application_startup(UiEvent *event, void *data) {
1017 UiObject *obj = ui_window("Test", NULL); 1017 UiObject *obj = ui_window("Test w32", NULL);
1018 1018
1019 } 1019 }
1020 1020
1021 int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) { 1021 int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) {
1022 ui_init("app1", 0, NULL); 1022 ui_init("app1", 0, NULL);

mercurial