changeset 3 | 41300fa6a67c |
parent 0 | 1918ee327afb |
child 4 | 3b1da2848fc7 |
2:56cd8111b7f7 | 3:41300fa6a67c |
---|---|
150 goto out; |
150 goto out; |
151 } while (XEventsQueued(X11->display, QueuedAfterFlush)); |
151 } while (XEventsQueued(X11->display, QueuedAfterFlush)); |
152 |
152 |
153 out: |
153 out: |
154 |
154 |
155 source->d->runTimersOnceWithNormalPriority(); |
|
156 |
|
155 if (callback) |
157 if (callback) |
156 callback(user_data); |
158 callback(user_data); |
157 return true; |
159 return true; |
158 } |
160 } |
159 |
161 |