diff gui/app/app.h @ 37081:e8559b9913ff

New GUI feature: Rotate a video. It is accessible from the context menu. Based on a complain by Linus about video players that don't easily allow rotating a video. (Thanks to compn for pointing that out.) Realize the feature by adding and/or removing appropriate video filters. Additionally, add new GUI message evSetRotation and update documentation.
author ib
date Thu, 24 Apr 2014 14:41:04 +0000
parents 84c93a60ead3
children
line wrap: on
line diff
--- a/gui/app/app.h	Thu Apr 24 13:51:20 2014 +0000
+++ b/gui/app/app.h	Thu Apr 24 14:41:04 2014 +0000
@@ -55,6 +55,7 @@
     evFullScreen,
     evNormalSize,
     evSetAspect,
+    evSetRotation,
     evIncVolume,
     evDecVolume,
     evSetVolume,