ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvttoolkit.h
(Generate patch)

Comparing rxvt-unicode/src/rxvttoolkit.h (file contents):
Revision 1.28 by root, Wed May 31 00:35:56 2006 UTC vs.
Revision 1.32 by sasha, Thu Jul 12 22:33:16 2007 UTC

65#endif 65#endif
66#if USE_XIM 66#if USE_XIM
67 XA_WM_LOCALE_NAME, 67 XA_WM_LOCALE_NAME,
68 XA_XIM_SERVERS, 68 XA_XIM_SERVERS,
69#endif 69#endif
70#if TRANSPARENT 70#if ENABLE_TRANSPARENCY
71 XA_XROOTPMAP_ID, 71 XA_XROOTPMAP_ID,
72 XA_ESETROOT_PMAP_ID, 72 XA_ESETROOT_PMAP_ID,
73#endif 73#endif
74#if ENABLE_XEMBED 74#if ENABLE_XEMBED
75 XA_XEMBED, 75 XA_XEMBED,
183 183
184 rxvt_screen (); 184 rxvt_screen ();
185#endif 185#endif
186 186
187 void set (rxvt_display *disp); 187 void set (rxvt_display *disp);
188 void set (rxvt_display *disp, int bitdepth); 188 void select_visual (int bitdepth);
189 void clear (); 189 void clear ();
190}; 190};
191 191
192struct rxvt_display : refcounted { 192struct rxvt_display : refcounted {
193 io_manager_vec<xevent_watcher> xw; 193 io_manager_vec<xevent_watcher> xw;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines