--- rxvt-unicode/src/rxvttoolkit.h 2011/02/21 08:10:10 1.56 +++ rxvt-unicode/src/rxvttoolkit.h 2012/06/03 15:50:22 1.59 @@ -3,7 +3,7 @@ *----------------------------------------------------------------------* * * All portions of code are copyright by their respective author/s. - * Copyright (c) 2003-2006 Marc Lehmann + * Copyright (c) 2003-2011 Marc Lehmann * Copyright (c) 2011 Emanuele Giaquinta * * This program is free software; you can redistribute it and/or modify @@ -218,6 +218,12 @@ void clear (); }; +enum { + DISPLAY_HAS_RENDER = 1 << 0, + DISPLAY_HAS_RENDER_MUL = 1 << 1, + DISPLAY_HAS_RENDER_CONV = 1 << 2, +}; + struct rxvt_display : refcounted { event_vec xw; @@ -244,6 +250,7 @@ #ifdef POINTER_BLANK Cursor blank_cursor; #endif + uint8_t flags; rxvt_display (const char *id); XrmDatabase get_resources (bool refresh); @@ -373,7 +380,7 @@ rxvt_term *term; // terminal to paste to, may be 0 void *cb_sv; // managed by perl - + rxvt_display *display; Time request_time; Window request_win;