summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-02-28 18:55:46 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-02-28 18:55:46 +0000
commit161b8b92a2df18073f5f7c22e35269287b0523d0 (patch)
tree47a2fddf37cab9b3433f275e82c9eecea7e39dee /gtk2_ardour/ardour_ui.h
parent9c1e0194f7e7c253b1cf3c83086daf7209503591 (diff)
"Sampo's Delight" - add "do not show this window again" to memory warning; check physical RAM on linux and only warn if limit is less than 75% of total RAM; do nothing on OSX since there is no mlockall there
git-svn-id: svn://localhost/ardour2/trunk@1534 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 00d8deacbf..a8bd1517f1 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -697,6 +697,9 @@ class ARDOUR_UI : public Gtkmm2ext::UI
bool can_save_keybindings;
bool first_idle ();
+
+ void no_memory_warning ();
+ void check_memory_locking ();
};
#endif /* __ardour_gui_h__ */