[fusion-commits] Animation plugin: Changes to 'master' (8fbf4aeffe1a4a9b853938d733ac35954264c255)

onestone at server.beryl-project.org onestone at server.beryl-project.org
Wed Jul 25 21:37:08 CEST 2007


New commits:
commit 8fbf4aeffe1a4a9b853938d733ac35954264c255
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date:   Wed Jul 25 21:37:00 2007 +0200

    Fixed memory corruption.


 animation-internal.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Modified: fusion/plugins/animation/animation-internal.h
===================================================================
--- fusion/plugins/animation/animation-internal.h
+++ fusion/plugins/animation/animation-internal.h
@@ -157,14 +157,14 @@ typedef struct _WaveParam
 
 typedef enum
 {
-    WindowEventNone = 0,
-    WindowEventOpen,
+    WindowEventOpen = 0,
     WindowEventClose,
     WindowEventMinimize,
     WindowEventUnminimize,
     WindowEventFocus,
     WindowEventShade,
-    WindowEventUnshade
+    WindowEventUnshade,
+    WindowEventNone
 } WindowEvent;
 #define NUM_EVENTS 7
 


More information about the commits mailing list