X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.cpp;h=5e74ed8e8da9043e0ae7174bc3e80906f80e8c0d;hb=72ca2b377687ef63ad223ab1b55cf6bc3af24062;hp=1d9233841ca0d4d412c8eeab380c7359514ee312;hpb=90e562cd013333084f455257edaf43c0b2258e28;p=staging%2Fwindowmanager.git diff --git a/src/main.cpp b/src/main.cpp index 1d92338..5e74ed8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,7 +45,12 @@ int main(int argc, char **argv) { if (!c.c) fatal("ivi_controller global not available"); - // main loop + + /* while (1) { */ + /* int ret = d->dispatch(); */ + /* if (ret != 0) */ + /* break; */ + /* } */ return 0; }