mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0e02
This commit is contained in:
@@ -169,7 +169,7 @@ netbeans_gtk_connect(void)
|
||||
* 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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user