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.87 by root, Wed Aug 4 03:29:28 2004 UTC vs.
Revision 1.88 by root, Sun Aug 8 14:44:21 2004 UTC

279enum { 279enum {
280 NO_REFRESH = 0 , /* Window not visible at all! */ 280 NO_REFRESH = 0 , /* Window not visible at all! */
281 FAST_REFRESH = 1<<0, /* Fully exposed window */ 281 FAST_REFRESH = 1<<0, /* Fully exposed window */
282 SLOW_REFRESH = 1<<1, /* Partially exposed window */ 282 SLOW_REFRESH = 1<<1, /* Partially exposed window */
283 SMOOTH_REFRESH = 1<<2, /* Do sync'ing to make it smooth */ 283 SMOOTH_REFRESH = 1<<2, /* Do sync'ing to make it smooth */
284#if 0
285 REFRESH_BOUNDS = 1<<3
286#endif
287 REFRESH_BOUNDS = 0 /* only required for old int_bwidth code. */ //TODO: remove this and all depending code
288}; 284};
289 285
290#ifdef NO_SECONDARY_SCREEN 286#ifdef NO_SECONDARY_SCREEN
291# define NSCREENS 0 287# define NSCREENS 0
292#else 288#else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines