30 #ifndef __vtkXMesaRenderWindow_h
31 #define __vtkXMesaRenderWindow_h
35 #include <X11/Xutil.h>
38 class vtkXMesaRenderWindowInternal;
48 virtual void Start(
void);
51 virtual void Frame(
void);
54 virtual void WindowInitialize(
void);
57 virtual void Initialize(
void);
69 virtual void PrefFullScreen(
void);
79 virtual Colormap GetDesiredColormap();
80 virtual Visual *GetDesiredVisual();
81 virtual XVisualInfo *GetDesiredVisualInfo();
82 virtual int GetDesiredDepth();
124 Display *GetDisplayId();
134 Window GetParentId();
143 Window GetWindowId();
223 void CreateAWindow();
224 void DestroyWindow();
225 void CreateOffScreenWindow(
int x,
int y);
226 void DestroyOffScreenWindow();
227 void ResizeOffScreenWindow(
int x,
int y);