Changeset c5c18c1 for protocols


Ignore:
Timestamp:
2009-10-10T23:57:26Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4164e62
Parents:
e046390
Message:

Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make libpurple
happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    re046390 rc5c18c1  
    7070static guint prplcb_ev_input_add( int fd, PurpleInputCondition cond, PurpleInputFunction func, gpointer udata )
    7171{
    72         return (guint) b_input_add( fd, cond, (b_event_handler) func, udata );
     72        return (guint) b_input_add( fd, cond | B_EV_FLAG_FORCE_REPEAT, (b_event_handler) func, udata );
    7373}
    7474
Note: See TracChangeset for help on using the changeset viewer.