X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=src%2Fui%2Flwlib%2Fxlwtabs.c;h=ce5d2b1ea28aef076e6de6f833666e8fdef708ac;hb=HEAD;hp=18abf45d9b1c7095db1817b7a64ac5c7c01c666f;hpb=3197b6ea8a0ff24ff7e24e468e6eaad5487c3289;p=sxemacs diff --git a/src/ui/lwlib/xlwtabs.c b/src/ui/lwlib/xlwtabs.c index 18abf45..ce5d2b1 100644 --- a/src/ui/lwlib/xlwtabs.c +++ b/src/ui/lwlib/xlwtabs.c @@ -16,7 +16,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ - /* Synched up with: Tabs.c 1.27. + /* Synched up with: Tabs.c 1.27. #### This file contains essential XEmacs related fixes to the original verison of the Tabs widget. Be VERY careful about syncing if you ever @@ -572,6 +572,7 @@ static void TabsResize(Widget w) tab = (TabsConstraints) (*childP)->core. constraints; + SXE_SET_UNUSED(tab); bw = (*childP)->core.border_width; /* Don't do anything if we can't see any of the child. */ if (ch >= bw * 2 && ch > 0 && cw >= bw * 2