mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-26 17:45:52 +01:00
changed indentation to use spaces only
This commit is contained in:
21
wmlib/menu.h
21
wmlib/menu.h
@@ -1,19 +1,19 @@
|
||||
/* menu.h - private menu declarations
|
||||
*
|
||||
*
|
||||
* WMlib - WindowMaker application programming interface
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1997-2003 Alfredo K. Kojima
|
||||
*
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Library General Public License for more details.
|
||||
*
|
||||
*
|
||||
* You should have received a copy of the GNU Library General Public
|
||||
* License along with this library; if not, write to the Free
|
||||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
@@ -40,7 +40,7 @@ typedef struct _wmMenuEntry {
|
||||
struct _wmMenu *cascade; /* cascade menu */
|
||||
short order;
|
||||
short enabled; /* entry is selectable */
|
||||
|
||||
|
||||
char *entryline;
|
||||
} wmMenuEntry;
|
||||
|
||||
@@ -64,11 +64,12 @@ typedef struct _wmMenu {
|
||||
|
||||
enum {
|
||||
wmBeginMenu = 1,
|
||||
wmEndMenu = 2,
|
||||
wmNormalItem = 10,
|
||||
wmDoubleItem = 11,
|
||||
wmSubmenuItem = 12
|
||||
wmEndMenu = 2,
|
||||
wmNormalItem = 10,
|
||||
wmDoubleItem = 11,
|
||||
wmSubmenuItem = 12
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user