diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-07-09 20:58:21 -0700 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2010-09-16 17:24:12 +0200 |
| commit | 624ffe397bb52757f486208b754489cdb77fd923 (patch) | |
| tree | 4964c52bcc82095f59b24d2d05e58de035670a20 /openbox/ping.c | |
| parent | 179312f9ae8ad3fdae977ac0d4004aa6ef33f5eb (diff) | |
Revert "add XFlush to g_timeout callbacks"
This reverts commit aa3685d16af4a565eecdc39047ee8d140ef5cd99.
Mika's commit using a GSource to handle X Events fixes this problem, so this
commit is not needed
Diffstat (limited to 'openbox/ping.c')
| -rw-r--r-- | openbox/ping.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/ping.c b/openbox/ping.c index 90c41829..7cb47669 100644 --- a/openbox/ping.c +++ b/openbox/ping.c @@ -148,7 +148,6 @@ static gboolean ping_timeout(gpointer data) ++t->waiting; - XFlush(obt_display); return TRUE; /* repeat */ } |
