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.155 by root, Sun Apr 17 22:36:13 2005 UTC vs.
Revision 1.158 by root, Sat Jun 18 09:02:37 2005 UTC

137#endif 137#endif
138 138
139/* If we're using either the rxvt scrollbar or menu bars, keep the 139/* If we're using either the rxvt scrollbar or menu bars, keep the
140 * scrollColor resource. 140 * scrollColor resource.
141 */ 141 */
142#if defined(RXVT_SCROLLBAR) || defined(MENUBAR) || defined(PLAIN_SCROLLBAR) 142#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(MENUBAR) || defined(PLAIN_SCROLLBAR)
143# define KEEP_SCROLLCOLOR 1 143# define KEEP_SCROLLCOLOR 1
144#else 144#else
145# undef KEEP_SCROLLCOLOR 145# undef KEEP_SCROLLCOLOR
146#endif 146#endif
147 147
267 267
268#define R_SB_ALIGN_CENTRE 0 268#define R_SB_ALIGN_CENTRE 0
269#define R_SB_ALIGN_TOP 1 269#define R_SB_ALIGN_TOP 1
270#define R_SB_ALIGN_BOTTOM 2 270#define R_SB_ALIGN_BOTTOM 2
271 271
272#define R_SB_RXVT 0
273#define R_SB_NEXT 1 272#define R_SB_NEXT 1
274#define R_SB_XTERM 2 273#define R_SB_XTERM 2
275#define R_SB_PLAIN 4 274#define R_SB_PLAIN 4
275#define R_SB_RXVT 8
276 276
277#define SB_WIDTH_NEXT 19 277#define SB_WIDTH_NEXT 19
278#define SB_WIDTH_XTERM 15 278#define SB_WIDTH_XTERM 15
279#define SB_WIDTH_PLAIN 7 279#define SB_WIDTH_PLAIN 7
280#ifndef SB_WIDTH_RXVT 280#ifndef SB_WIDTH_RXVT
1227 void scr_overlay_off (); 1227 void scr_overlay_off ();
1228 void scr_overlay_set (int x, int y, 1228 void scr_overlay_set (int x, int y,
1229 text_t text, 1229 text_t text,
1230 rend_t rend = OVERLAY_RSTYLE); 1230 rend_t rend = OVERLAY_RSTYLE);
1231 void scr_overlay_set (int x, int y, const char *s); 1231 void scr_overlay_set (int x, int y, const char *s);
1232 void scr_overlay_set (int x, int y, const wchar_t *s);
1232#endif 1233#endif
1233 1234
1234 vector<void *> allocated; // free these memory blocks with free() 1235 vector<void *> allocated; // free these memory blocks with free()
1235 1236
1236 char *env_windowid; /* environmental variable WINDOWID */ 1237 char *env_windowid; /* environmental variable WINDOWID */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines