forked from aniani/vim
Included the patch to support netbeans in a terminal.
This commit is contained in:
@@ -635,8 +635,8 @@ gui_x11_expose_cb(w, dud, event, dum)
|
||||
gui_mch_update();
|
||||
}
|
||||
|
||||
#if (defined(FEAT_NETBEANS_INTG) || defined(FEAT_SUN_WORKSHOP)) \
|
||||
|| defined(PROTO)
|
||||
#if ((defined(FEAT_NETBEANS_INTG) || defined(FEAT_SUN_WORKSHOP)) \
|
||||
&& defined(FEAT_GUI_MOTIF)) || defined(PROTO)
|
||||
/*
|
||||
* This function fills in the XRectangle object with the current x,y
|
||||
* coordinates and height, width so that an XtVaSetValues to the same shell of
|
||||
@@ -709,7 +709,7 @@ gui_x11_resize_window_cb(w, dud, event, dum)
|
||||
workshop_frame_moved(rec.x, rec.y, rec.width, rec.height);
|
||||
}
|
||||
#endif
|
||||
#ifdef FEAT_NETBEANS_INTG
|
||||
#if defined(FEAT_NETBEANS_INTG) && defined(FEAT_GUI_MOTIF)
|
||||
if (usingNetbeans)
|
||||
{
|
||||
XRectangle rec;
|
||||
|
||||
Reference in New Issue
Block a user