ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/menubar.h
(Generate patch)

Comparing rxvt-unicode/src/menubar.h (file contents):
Revision 1.5 by root, Sun Jan 2 10:55:43 2005 UTC vs.
Revision 1.6 by root, Tue Jan 3 02:43:33 2006 UTC

66/* #define DEBUG_MENU_LAYOUT */ 66/* #define DEBUG_MENU_LAYOUT */
67/* #define DEBUG_MENUBAR_STACKING */ 67/* #define DEBUG_MENUBAR_STACKING */
68 68
69#define HSPACE 1 /* one space */ 69#define HSPACE 1 /* one space */
70#define isSeparator(name) ((name)[0] == '\0') 70#define isSeparator(name) ((name)[0] == '\0')
71#define HEIGHT_SEPARATOR (SHADOW + 1) 71#define HEIGHT_SEPARATOR (MENU_SHADOW + 1)
72#define HEIGHT_TEXT (Height2Pixel(1) + 2) 72#define HEIGHT_TEXT (Height2Pixel(1) + 2)
73 73
74#define MENU_DELAY_USEC 0 /* no delay */ 74#define MENU_DELAY_USEC 0 /* no delay */
75 75
76#define SEPARATOR_NAME "-" 76#define SEPARATOR_NAME "-"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines