comparison src/gui_x11.c @ 1226:a49d06539452

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 19:19:59 +0000
parents b933657f7c9d
children 7d127d580b6d
comparison
equal deleted inserted replaced
1225:96baedde8d86 1226:a49d06539452
641 #if (defined(FEAT_NETBEANS_INTG) || defined(FEAT_SUN_WORKSHOP)) \ 641 #if (defined(FEAT_NETBEANS_INTG) || defined(FEAT_SUN_WORKSHOP)) \
642 || defined(PROTO) 642 || defined(PROTO)
643 /* 643 /*
644 * This function fills in the XRectangle object with the current x,y 644 * This function fills in the XRectangle object with the current x,y
645 * coordinates and height, width so that an XtVaSetValues to the same shell of 645 * coordinates and height, width so that an XtVaSetValues to the same shell of
646 * those resources will restore the window to its formar position and 646 * those resources will restore the window to its former position and
647 * dimensions. 647 * dimensions.
648 * 648 *
649 * Note: This function may fail, in which case the XRectangle will be 649 * Note: This function may fail, in which case the XRectangle will be
650 * unchanged. Be sure to have the XRectangle set with the proper values for a 650 * unchanged. Be sure to have the XRectangle set with the proper values for a
651 * failed condition prior to calling this function. 651 * failed condition prior to calling this function.