make feature lines (rhythm ferret etc) scale with zoom; hide them whenever RF hides
[ardour.git] / libs / pbd / pbd / misc.h
1 #ifndef __pbd_misc_h__
2 #define __pbd_misc_h__
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8         void disable_screen_updates ();
9         void enable_screen_updates ();
10
11 #ifdef __cplusplus
12 }
13 #endif
14
15 #endif /* __pbd_misc_h__ */