switch move/swap tracks, add mv trk shortcut, update msg
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcdisplayinfo.h
index 2b7e51875c576f77a8abdf315d754b400769992e..86564d9bb24ef2f770830d90a11de7f69f6e4049 100644 (file)
@@ -52,6 +52,7 @@ public:
        static int get_right_border();
        static int get_bottom_border();
        static const char *get_gl_shader_version();
+       static int get_gl_max_texture_size();
        int get_screen_count();
        void test_window(int &x_out, int &y_out, int &x_out2, int &y_out2, int x_in, int y_in);
        static const char *host_display_name(const char *name);
@@ -59,6 +60,7 @@ public:
        int get_screen() { return scrnum; }
        int get_xinerama_screens();
        int xinerama_geometry(int screen, int &x, int &y, int &w, int &h);
+       int xinerama_big_screen();
 #ifdef HAVE_GL
        int gl_fb_config();
        int gl_probe(Window win);
@@ -79,6 +81,7 @@ private:
        static int right_border;
        static int auto_reposition_x;
        static int auto_reposition_y;
+       static int gl_max_texture_size;
        static char gl_shader_version[64];
        int depth;
        char *display_name;