simon-svn: putty-gtk2: simon
tartarus-commits at lists.tartarus.org
tartarus-commits at lists.tartarus.org
Fri Jan 26 07:28:58 GMT 2007
SVN root: svn://ixion.tartarus.org/main
Changes by: simon
Revision: 7164
Date: 2007-01-26 07:28:55 +0000 (Fri, 26 Jan 2007)
Log message (10 lines):
Stop calling gdk_input_add() with a zero flags word. If we don't
want to know about any input events on a socket, it's simpler not to
call gdk_input_add() on it at all.
I hesitate to say `fixes', but ... this change _causes to go away_
the weird problem I had with blank host key dialogs. I have no
understanding of the chain of cause and effect between gdk_input_add
with zero flags and missing redraw events, but it seems like a
change I should make anyway, so I'm going to do so and hope the
problem doesn't come back :-/
Modified files:
U putty-gtk2/unix/GTK2.TODO
U putty-gtk2/unix/gtkwin.c
Links:
http://www.tartarus.org/~simon-anonsvn/viewcvs.cgi?rev=7164&view=rev
http://www.tartarus.org/~simon-anonsvn/viewcvs.cgi/putty-gtk2/unix/GTK2.TODO?rev=7164&r1=7163&r2=7164
http://www.tartarus.org/~simon-anonsvn/viewcvs.cgi/putty-gtk2/unix/gtkwin.c?rev=7164&r1=7163&r2=7164
More information about the tartarus-commits
mailing list