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.156 by root, Fri Apr 22 12:52:28 2005 UTC vs.
Revision 1.159 by root, Fri Aug 5 16:42:44 2005 UTC

118char ** rxvt_splitcommastring (const char *cs); 118char ** rxvt_splitcommastring (const char *cs);
119void rxvt_freecommastring (char **cs); 119void rxvt_freecommastring (char **cs);
120char * rxvt_File_find (const char *file, const char *ext, const char *path); 120char * rxvt_File_find (const char *file, const char *ext, const char *path);
121void rxvt_Draw_Shadow (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int h); 121void rxvt_Draw_Shadow (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int h);
122void rxvt_Draw_Triangle (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int type); 122void rxvt_Draw_Triangle (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int type);
123void rxvt_usleep (int usecs);
123 124
124/* 125/*
125 ***************************************************************************** 126 *****************************************************************************
126 * STRUCTURES AND TYPEDEFS 127 * STRUCTURES AND TYPEDEFS
127 ***************************************************************************** 128 *****************************************************************************
267 268
268#define R_SB_ALIGN_CENTRE 0 269#define R_SB_ALIGN_CENTRE 0
269#define R_SB_ALIGN_TOP 1 270#define R_SB_ALIGN_TOP 1
270#define R_SB_ALIGN_BOTTOM 2 271#define R_SB_ALIGN_BOTTOM 2
271 272
272#define R_SB_RXVT 0
273#define R_SB_NEXT 1 273#define R_SB_NEXT 1
274#define R_SB_XTERM 2 274#define R_SB_XTERM 2
275#define R_SB_PLAIN 4 275#define R_SB_PLAIN 4
276#define R_SB_RXVT 8
276 277
277#define SB_WIDTH_NEXT 19 278#define SB_WIDTH_NEXT 19
278#define SB_WIDTH_XTERM 15 279#define SB_WIDTH_XTERM 15
279#define SB_WIDTH_PLAIN 7 280#define SB_WIDTH_PLAIN 7
280#ifndef SB_WIDTH_RXVT 281#ifndef SB_WIDTH_RXVT
1227 void scr_overlay_off (); 1228 void scr_overlay_off ();
1228 void scr_overlay_set (int x, int y, 1229 void scr_overlay_set (int x, int y,
1229 text_t text, 1230 text_t text,
1230 rend_t rend = OVERLAY_RSTYLE); 1231 rend_t rend = OVERLAY_RSTYLE);
1231 void scr_overlay_set (int x, int y, const char *s); 1232 void scr_overlay_set (int x, int y, const char *s);
1233 void scr_overlay_set (int x, int y, const wchar_t *s);
1232#endif 1234#endif
1233 1235
1234 vector<void *> allocated; // free these memory blocks with free() 1236 vector<void *> allocated; // free these memory blocks with free()
1235 1237
1236 char *env_windowid; /* environmental variable WINDOWID */ 1238 char *env_windowid; /* environmental variable WINDOWID */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines