| commit | 7265e89226993d28bbae6c4c6da22e3b8daf8562 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Wed Dec 16 18:18:07 2009 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Dec 16 18:18:07 2009 +0100 |
| tree | 702dc12562a86b1a96b65a20306c3567b526d619 | |
| parent | 92e704edc50828f710a6d859216113a28ebf6430 [diff] [blame] |
server: Set the idle event when retrieving a timer message.
diff --git a/server/queue.c b/server/queue.c index 3ab8d00..d880dff 100644 --- a/server/queue.c +++ b/server/queue.c
@@ -1814,6 +1814,8 @@ reply->wparam = timer->id; reply->lparam = timer->lparam; reply->time = get_tick_count(); + if (!(req->flags & PM_NOYIELD) && current->process->idle_event) + set_event( current->process->idle_event ); return; }