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.295 by sasha, Thu Aug 23 20:53:36 2007 UTC vs.
Revision 1.296 by ayin, Sun Aug 26 16:25:59 2007 UTC

99 ***************************************************************************** 99 *****************************************************************************
100 * PROTOTYPES 100 * PROTOTYPES
101 ***************************************************************************** 101 *****************************************************************************
102 */ 102 */
103// main.C 103// main.C
104RETSIGTYPE rxvt_Child_signal (int sig) NOTHROW;
105RETSIGTYPE rxvt_Exit_signal (int sig) NOTHROW;
106void rxvt_clean_exit () NOTHROW;
107void * rxvt_malloc (size_t size); 104void * rxvt_malloc (size_t size);
108void * rxvt_calloc (size_t number, size_t size); 105void * rxvt_calloc (size_t number, size_t size);
109void * rxvt_realloc (void *ptr, size_t size); 106void * rxvt_realloc (void *ptr, size_t size);
110 107
111// misc.C 108// misc.C
1517 // xpm.C 1514 // xpm.C
1518 void get_window_origin (int &x, int &y); 1515 void get_window_origin (int &x, int &y);
1519 Pixmap get_pixmap_property (int prop_id); 1516 Pixmap get_pixmap_property (int prop_id);
1520}; 1517};
1521 1518
1522/*
1523 *****************************************************************************
1524 * PROTOTYPES
1525 *****************************************************************************
1526 */
1527#ifdef PROTOTYPES
1528# define __PROTO(p) p
1529#else
1530# define __PROTO(p) ()
1531#endif
1532
1533#endif /* _RXVT_H_ */ 1519#endif /* _RXVT_H_ */
1534 1520

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines