diff options
Diffstat (limited to 'monitors.h')
-rw-r--r-- | monitors.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ // paramer uris #define MONITORS__window MONITORS_PREFIX"window" #define MONITORS__rotation MONITORS_PREFIX"rotation" +#define MONITORS__horizontalFlip MONITORS_PREFIX"horizontalFlip" +#define MONITORS__verticalFlip MONITORS_PREFIX"verticalFlip" extern const LV2_Descriptor monitors_audio_wave_mono; extern const LV2_Descriptor monitors_audio_wave_stereo; |