[gimp] Store the active dynamics with the input device



commit e4d8a360803211a3c4b904a0f054ac8d2cbcd5f9
Author: Michael Natterer <mitch gimp org>
Date:   Sat Nov 7 17:39:02 2009 +0100

    Store the active dynamics with the input device
    
    Also remove cruft #include <stdio.h>

 app/widgets/gimpdeviceinfo.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/app/widgets/gimpdeviceinfo.h b/app/widgets/gimpdeviceinfo.h
index 855e529..83e2ef5 100644
--- a/app/widgets/gimpdeviceinfo.h
+++ b/app/widgets/gimpdeviceinfo.h
@@ -19,8 +19,6 @@
 #define __GIMP_DEVICE_INFO_H__
 
 
-#include <stdio.h>
-
 #include "core/gimpcontext.h"
 
 
@@ -32,6 +30,7 @@ G_BEGIN_DECLS
                                        GIMP_CONTEXT_FOREGROUND_MASK | \
                                        GIMP_CONTEXT_BACKGROUND_MASK | \
                                        GIMP_CONTEXT_BRUSH_MASK      | \
+                                       GIMP_CONTEXT_DYNAMICS_MASK   | \
                                        GIMP_CONTEXT_PATTERN_MASK    | \
                                        GIMP_CONTEXT_GRADIENT_MASK)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]