mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Simplify screensaver inhibit API and fix OSX compatibility
This commit is contained in:
parent
a3eed5839f
commit
4b5d16554b
2 changed files with 29 additions and 31 deletions
|
|
@ -107,8 +107,7 @@ bool windows_overlap (Gtk::Window *a, Gtk::Window *b);
|
|||
bool overwrite_file_dialog (Gtk::Window& parent, std::string title, std::string text);
|
||||
bool running_from_source_tree ();
|
||||
|
||||
void enable_screensaver ();
|
||||
void disable_screensaver ();
|
||||
void inhibit_screensaver (bool);
|
||||
|
||||
} // namespace
|
||||
#endif /* __ardour_gtk_utils_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue