gallium/targets: Clean up Haiku softpipe renderer visual
[mesa.git] / src / gallium / targets / haiku-softpipe / GalliumContext.h
index e156ef895b422f44945a8fb4a2202790accad615..6c11c0fdf46c46a2359f4f0c15b60a7d2d8427ac 100644 (file)
@@ -61,6 +61,8 @@ public:
                void                            Lock();
                void                            Unlock();
 
+               struct st_visual*       CreateVisual();
+
                context_id                      CreateContext(Bitmap* bitmap);
                void                            DestroyContext(context_id contextID);
                context_id                      GetCurrentContext() { return fCurrentContext; };