Changeset 3ecd78b for functions.c


Ignore:
Timestamp:
Sep 18, 2010, 3:14:30 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
de6f317
Parents:
8402a093
git-author:
David Benjamin <davidben@mit.edu> (09/14/10 16:52:41)
git-committer:
David Benjamin <davidben@mit.edu> (09/18/10 15:14:30)
Message:
Move the event loop to owl_select as owl_select_run_loop

Also adds a function to quit the select loop so that owl_function_quit
needn't exit() directly. main should be allowed to clean up after
itself.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r0743696 r3ecd78b  
    976976
    977977  owl_function_debugmsg("Quitting Owl");
    978   exit(0);
     978  owl_select_quit_loop();
    979979}
    980980
Note: See TracChangeset for help on using the changeset viewer.