comparison lwlib/xlwmenu.c @ 48479:a24391626ba1

(separator_height): Prototype.
author Dave Love <fx@gnu.org>
date Wed, 20 Nov 2002 19:19:14 +0000
parents 0e9984418269
children d81c005163cb
comparison
equal deleted inserted replaced
48478:a94c995f94de 48479:a24391626ba1
194 static void Left(); 194 static void Left();
195 static void Right(); 195 static void Right();
196 static void Select(); 196 static void Select();
197 static void Key(); 197 static void Key();
198 static void Nothing(); 198 static void Nothing();
199 static int separator_height (); 199 static int separator_height __P ((enum menu_separator));
200 200
201 static XtActionsRec 201 static XtActionsRec
202 xlwMenuActionsList [] = 202 xlwMenuActionsList [] =
203 { 203 {
204 {"start", Start}, 204 {"start", Start},