X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fvdeviceprefs.h;h=c29d932535434533598d3cbf0e3e527d74f92c9e;hp=06c1fa84f52170c8313981b2ecdbaf5ef06eae96;hb=502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c;hpb=49f85559268fc040fe7ba5611cc0520793cf728b diff --git a/cinelerra-5.1/cinelerra/vdeviceprefs.h b/cinelerra-5.1/cinelerra/vdeviceprefs.h index 06c1fa84..c29d9325 100644 --- a/cinelerra-5.1/cinelerra/vdeviceprefs.h +++ b/cinelerra-5.1/cinelerra/vdeviceprefs.h @@ -61,7 +61,7 @@ public: int initialize(int creation /* = 0 */); int delete_objects(); void reset_objects(); - static int max(int a,int b) { return a>b ? a : b; } + int get_h(); PreferencesWindow *pwindow; PreferencesDialog *dialog; @@ -84,6 +84,7 @@ private: BC_Title *device_title; BC_Title *port_title; BC_CheckBox *follow_video_config; + BC_CheckBox *use_direct_x11; BC_Title *channel_title; BC_Title *output_title; BC_Title *syt_title;