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.277 by sasha, Thu Jul 12 22:33:16 2007 UTC vs.
Revision 1.280 by ayin, Sun Jul 29 08:56:36 2007 UTC

117// misc.C 117// misc.C
118char * rxvt_wcstombs (const wchar_t *str, int len = -1); 118char * rxvt_wcstombs (const wchar_t *str, int len = -1);
119wchar_t * rxvt_mbstowcs (const char *str, int len = -1); 119wchar_t * rxvt_mbstowcs (const char *str, int len = -1);
120char * rxvt_wcstoutf8 (const wchar_t *str, int len = -1); 120char * rxvt_wcstoutf8 (const wchar_t *str, int len = -1);
121wchar_t * rxvt_utf8towcs (const char *str, int len = -1); 121wchar_t * rxvt_utf8towcs (const char *str, int len = -1);
122char * rxvt_strdup_cpp (const char *str);
123 122
124#define rxvt_strdup(s) ((s) ? strdup(s) : 0) 123#define rxvt_strdup(s) ((s) ? strdup(s) : 0)
125 124
126char * rxvt_r_basename (const char *str) NOTHROW; 125char * rxvt_r_basename (const char *str) NOTHROW;
127void rxvt_vlog (const char *fmt, va_list arg_ptr) NOTHROW; 126void rxvt_vlog (const char *fmt, va_list arg_ptr) NOTHROW;
1021 row_col_t oldcursor; 1020 row_col_t oldcursor;
1022#ifdef XPM_BACKGROUND 1021#ifdef XPM_BACKGROUND
1023 bgPixmap_t bgPixmap; 1022 bgPixmap_t bgPixmap;
1024#ifdef HAVE_AFTERIMAGE 1023#ifdef HAVE_AFTERIMAGE
1025 struct ASVisual *asv; 1024 struct ASVisual *asv;
1026 /* to get libAfterImage to work with multiple displays we use that hack : */
1027 /* should not need that with libAfterImage version >= 1.15 */
1028#define AFTERIMAGE_DPY_OP(_op) ({::dpy = dpy; _op;})
1029 ASImageManager *asimman; 1025 ASImageManager *asimman;
1030 ASImage *original_asim; 1026 ASImage *original_asim;
1031 struct { unsigned int width, height; } xpmAttr; /* all we need is width/height */ 1027 struct { unsigned int width, height; } xpmAttr; /* all we need is width/height */
1032#else 1028#else
1033 XpmAttributes xpmAttr; /* originally loaded pixmap and its scaling */ 1029 XpmAttributes xpmAttr; /* originally loaded pixmap and its scaling */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines