[sawfish] removed a bad hunk in display.c



commit bc83388df6c4da15b04218e341d5430a43dae24c
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Tue Nov 17 17:36:14 2009 +0100

    removed a bad hunk in display.c

 src/display.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/display.c b/src/display.c
index bf7bcc7..97b2719 100644
--- a/src/display.c
+++ b/src/display.c
@@ -100,8 +100,8 @@ error_handler (Display *dpy, XErrorEvent *ev)
                }
            }
 
-	    /* so we call emit_pending_destroys () at some point
-	    rep_mark_input_pending (ConnectionNumber (dpy)); */
+	    /* so we call emit_pending_destroys () at some point */
+	    rep_mark_input_pending (ConnectionNumber (dpy)); 
 	}
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]