X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Finterfaceprefs.h;fp=cinelerra-5.1%2Fcinelerra%2Finterfaceprefs.h;h=d4efc81f6ab5105d36b3b4b30976de599467e516;hp=12d43a312eec0ffac6fd4f22576d6274b7c3fc6b;hb=e5d1c3ec8b49e9e4cd31f30e991f52ab11de93b1;hpb=f1fb4f6de75ebd60c9d265d9506b4e513d052f7d diff --git a/cinelerra-5.1/cinelerra/interfaceprefs.h b/cinelerra-5.1/cinelerra/interfaceprefs.h index 12d43a31..d4efc81f 100644 --- a/cinelerra-5.1/cinelerra/interfaceprefs.h +++ b/cinelerra-5.1/cinelerra/interfaceprefs.h @@ -173,7 +173,8 @@ public: InterfacePrefs *iface_prefs; int handle_event(); - ShBtnPrefs(PreferencesWindow *pwindow, InterfacePrefs *iface_prefs, int x, int y); + ShBtnPrefs(PreferencesWindow *pwindow, + InterfacePrefs *iface_prefs, int x, int y); }; class StillImageUseDuration : public BC_CheckBox { @@ -194,11 +195,15 @@ public: class KeyframeReticle : public BC_PopupMenu { public: - KeyframeReticle(int x, int y, int *output); + KeyframeReticle(PreferencesWindow *pwindow, + InterfacePrefs *iface_prefs, int x, int y, int *output); ~KeyframeReticle(); - const char* hairline_to_string(int type); + const char *hairline_to_string(int type); void create_objects(); + + PreferencesWindow *pwindow; + InterfacePrefs *iface_prefs; int *output; };