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.2 by pcg, Mon Nov 24 17:31:27 2003 UTC vs.
Revision 1.3 by pcg, Sat Jan 17 01:20:01 2004 UTC

1/*
2 * $Id: menubar.h,v 1.2 2003/11/24 17:31:27 pcg Exp $
3 */
4
5#ifndef _MENUBAR_H_ 1#ifndef MENUBAR_H_
6#define _MENUBAR_H_ 2#define MENUBAR_H_
7 3
8typedef struct { 4typedef struct {
9 short type; /* must not be changed; first element */ 5 short type; /* must not be changed; first element */
10 short len; /* strlen (str) */ 6 short len; /* strlen (str) */
11 unsigned char *str; /* action to take */ 7 unsigned char *str; /* action to take */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines