// Please see the README file or the LEGAL NOTES-section in the manual before modifying, compiling or using 'xmrm' // Idea: Manfred Kopp // Programming: Gerhard Waldhör, Andreas Artmann #include class VisualInfoClass { public: XVisualInfo *xvis_info; int depth,p_fetch; int red_beg,green_beg,blue_beg, red_len,green_len,blue_len; void GetVisualInfo(); }; class WindowClass { Window win; public: Window GetWin(); void SetWin(); };