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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.6 by pcg, Tue Nov 25 17:11:33 2003 UTC vs.
Revision 1.7 by pcg, Wed Nov 26 10:42:34 2003 UTC

1/* 1/*
2 * $Id: rxvt.h,v 1.6 2003/11/25 17:11:33 pcg Exp $ 2 * $Id: rxvt.h,v 1.7 2003/11/26 10:42:34 pcg Exp $
3 */ 3 */
4 4
5#ifndef _RXVT_H_ /* include once only */ 5#ifndef _RXVT_H_ /* include once only */
6#define _RXVT_H_ 6#define _RXVT_H_
7 7
1136 bool init (int argc, const char *const *argv); 1136 bool init (int argc, const char *const *argv);
1137 bool init_vars (); 1137 bool init_vars ();
1138 1138
1139 uint32_t next_char (); 1139 uint32_t next_char ();
1140 1140
1141 bool pty_fill (size_t count); 1141 bool pty_fill ();
1142 void process_x_events (); 1142 void process_x_events ();
1143 1143
1144 void *operator new (size_t s); 1144 void *operator new (size_t s);
1145 void operator delete (void *p, size_t s); 1145 void operator delete (void *p, size_t s);
1146}; 1146};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines