commit | c1e37901fc8486c9960d7290e521ba51e292e94b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 18 21:55:01 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 18 21:55:01 2006 +0000 |
tree | 5367e8f83d9d313dd73c0499fd310f57df5e605f | |
parent | a93fa7ee7856b54d3778e613c7b7e4b76aaeb2af [diff] [blame] |
updated for version 7.0e02
diff --git a/src/netbeans.c b/src/netbeans.c index 8928342..731b98b 100644 --- a/src/netbeans.c +++ b/src/netbeans.c
@@ -169,7 +169,7 @@ * Tell gdk we are interested in being called when there * is input on the editor connection socket */ - inputHandler = gdk_input_add(sd, (GdkInputCondition) + inputHandler = gdk_input_add((gint)sd, (GdkInputCondition) ((int)GDK_INPUT_READ + (int)GDK_INPUT_EXCEPTION), messageFromNetbeans, NULL); }