mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2476 d708f5d6-7413-0410-9779-e7cbd77b26cf
15 lines
210 B
C
15 lines
210 B
C
#ifndef __pbd_misc_h__
|
|
#define __pbd_misc_h__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void disable_screen_updates ();
|
|
void enable_screen_updates ();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __pbd_misc_h__ */
|