remove Features5, rework gradient plugin, fix paste_edl track title bug, gl_probe...
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcdisplayinfo.h
index 10ed1a2ed4b22688e2bbf74677a758ee357e46f8..2b7e51875c576f77a8abdf315d754b400769992e 100644 (file)
@@ -60,7 +60,11 @@ public:
        int get_xinerama_screens();
        int xinerama_geometry(int screen, int &x, int &y, int &w, int &h);
 #ifdef HAVE_GL
        int get_xinerama_screens();
        int xinerama_geometry(int screen, int &x, int &y, int &w, int &h);
 #ifdef HAVE_GL
-       int gl_probe();
+       int gl_fb_config();
+       int gl_probe(Window win);
+       int ncfgs;
+       GLXFBConfig *fb_cfgs, cfg;
+       XVisualInfo *vis_info;
 #endif
 
 private:
 #endif
 
 private: