Changeset 7483942 for functions.c


Ignore:
Timestamp:
Jan 23, 2012, 5:30:46 PM (13 years ago)
Author:
GitHub Merge Button <merge-button@github.com>
Parents:
d126a19 (diff), 6df57d4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge 6df57d4264483d81d678c5981c422da79199945e into d126a19eb5f8a883b722fb26d21fb7b62b2aedeb
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    recfbdcc r7483942  
    993993}
    994994
     995bool owl_function_is_away(void)
     996{
     997  return owl_global_is_zaway(&g) ||
     998         owl_global_is_aaway(&g) ||
     999         owl_perlconfig_perl_call_bool("BarnOwl::Hooks::_get_is_away", 0, NULL);
     1000}
     1001
    9951002void owl_function_quit(void)
    9961003{
Note: See TracChangeset for help on using the changeset viewer.