Changeset 44976fe for owl.c


Ignore:
Timestamp:
May 30, 2011, 10:27:31 PM (13 years ago)
Author:
Adam Glasgall <glasgall@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
cc305b5
Parents:
259e60a8
git-author:
Adam Glasgall <adam@crossproduct.net> (03/09/11 14:43:05)
git-committer:
Adam Glasgall <glasgall@mit.edu> (05/30/11 22:27:31)
Message:
Make owl_select_post_task take a context argument

Make owl_select_post_task take a context argument to indicate /which/ running mainloop it should run the task on, since now there's more than one.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    r6476c0e r44976fe  
    383383  /* Send a message to the main thread. */
    384384  owl_select_post_task(sig_handler_main_thread,
    385                        GINT_TO_POINTER(siginfo->si_signo), NULL);
     385                       GINT_TO_POINTER(siginfo->si_signo),
     386                       NULL, g_main_context_default());
    386387}
    387388
Note: See TracChangeset for help on using the changeset viewer.