]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Stop calling gdk_input_add() with a zero flags word. If we don't
authorSimon Tatham <anakin@pobox.com>
Fri, 26 Jan 2007 07:28:55 +0000 (07:28 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 26 Jan 2007 07:28:55 +0000 (07:28 +0000)
commit65f9735b95cc8bbf5e7e23f165c01fd3cddf9ec5
tree290d391263bc5b5df924a0977069d601b6dc5e61
parent5d3306f98d986ec42cae0c22b0dd82626e63ecb9
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 :-/

[originally from svn r7164]
unix/GTK2.TODO
unix/gtkwin.c