X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/38db5c8d522cc1faa8190e77dbc932a5560e6aad..43a4260ead0893c6d55d65b37c78be3a2f22245f:/lwlib/xlwmenu.c diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index 65b9685038..8eb6c75253 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c @@ -1,6 +1,7 @@ /* Implements a lightweight menubar widget. - Copyright (C) 1992 Lucid, Inc. - Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1992 Lucid, Inc. +Copyright (C) 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -25,6 +26,7 @@ Boston, MA 02110-1301, USA. */ #include #endif +#include #include "lisp.h" #include @@ -1836,7 +1838,6 @@ XlwMenuRealize (w, valueMask, attributes) XlwMenuWidget mw = (XlwMenuWidget)w; XSetWindowAttributes xswa; int mask; - int count; (*xlwMenuWidgetClass->core_class.superclass->core_class.realize) (w, valueMask, attributes);