- Timestamp:
- 2009-10-10T23:57:26Z (15 years ago)
- Branches:
- master
- Children:
- 4164e62
- Parents:
- e046390
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
re046390 rc5c18c1 70 70 static guint prplcb_ev_input_add( int fd, PurpleInputCondition cond, PurpleInputFunction func, gpointer udata ) 71 71 { 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 ); 73 73 } 74 74
Note: See TracChangeset
for help on using the changeset viewer.