- Timestamp:
- Jun 22, 2011, 12:37:22 AM (13 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- 87ab6e5, d427f08
- Parents:
- e146cd7
- git-author:
- David Benjamin <davidben@mit.edu> (06/11/11 18:41:10)
- git-committer:
- David Benjamin <davidben@mit.edu> (06/22/11 00:37:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
select.c
raa69c1e r84a071f 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.