Changeset f0d5ef5
- Timestamp:
- Jun 21, 2011, 11:19:09 PM (14 years ago)
- Children:
- 12505e3
- Parents:
- c66ec48
- git-author:
- David Benjamin <davidben@mit.edu> (06/11/11 18:41:10)
- git-committer:
- David Benjamin <davidben@mit.edu> (06/21/11 23:19:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
select.c
rc5c5686 rf0d5ef5 2 2 3 3 static GMainLoop *loop = NULL; 4 static GMainContext *main_context;5 4 6 5 void owl_select_init(void) … … 10 9 void owl_select_run_loop(void) 11 10 { 12 main_context = g_main_context_default(); 13 loop = g_main_loop_new(main_context, FALSE); 11 loop = g_main_loop_new(NULL, FALSE); 14 12 g_main_loop_run(loop); 15 13 }
Note: See TracChangeset
for help on using the changeset viewer.