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

Comparing rxvt-unicode/src/background.h (file contents):
Revision 1.13 by sasha, Fri Jan 4 21:25:57 2008 UTC vs.
Revision 1.14 by ayin, Sat Jan 5 13:42:37 2008 UTC

105 unsigned int pmap_depth; 105 unsigned int pmap_depth;
106 106
107 bool window_size_sensitive (); 107 bool window_size_sensitive ();
108 bool window_position_sensitive (); 108 bool window_position_sensitive ();
109 109
110 bool is_parentOrigin () { 110 bool is_parentOrigin ()
111 {
111 return !(flags & isVtOrigin); 112 return !(flags & isVtOrigin);
112 }; 113 };
113 114
114 bool need_client_side_rendering (); 115 bool need_client_side_rendering ();
115 void apply (); 116 void apply ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines