Magellan Linux

Annotation of /trunk/eterm/patches/eterm-0.9.3-CARD64.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 767 byte(s)
-import

1 niro 144 Index: src/command.h
2     ===================================================================
3     RCS file: /cvsroot/enlightenment/eterm/Eterm/src/command.h,v
4     retrieving revision 1.20
5     diff -u -r1.20 command.h
6     --- src/command.h 18 Apr 2005 20:01:55 -0000 1.20
7     +++ src/command.h 20 Apr 2005 23:06:09 -0000
8     @@ -303,6 +303,15 @@
9    
10     /************ Structures ************/
11     /* Motif window hints */
12     +# ifdef LONG64
13     +typedef struct _mwmhints {
14     + CARD64 flags;
15     + CARD64 functions;
16     + CARD64 decorations;
17     + INT64 input_mode;
18     + CARD64 status;
19     +} MWMHints;
20     +# else
21     typedef struct _mwmhints {
22     CARD32 flags;
23     CARD32 functions;
24     @@ -310,6 +319,8 @@
25     INT32 input_mode;
26     CARD32 status;
27     } MWMHints;
28     +# endif
29     +
30     # ifdef HAVE_TERMIOS_H
31     typedef struct termios ttymode_t;
32     # else