--- cvsroot/rxvt-unicode/src/main.C 2003/12/02 21:49:46 1.9 +++ cvsroot/rxvt-unicode/src/main.C 2003/12/03 23:19:44 1.10 @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: main.c *----------------------------------------------------------------------* - * $Id: main.C,v 1.9 2003/12/02 21:49:46 pcg Exp $ + * $Id: main.C,v 1.10 2003/12/03 23:19:44 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1992 John Bovey, University of Kent at Canterbury @@ -241,6 +241,8 @@ check_ev.start (); + process_x_events (); + return true; }