[at-spi2-core] Fix for BGO#659088: Correctly define ATSPI_MODIFIER_NUMLOCK



commit c0e7c34fc7b8e3a5f117a7c852c5110ad1a37e46
Author: Mike Gorse <mgorse novell com>
Date:   Wed Sep 14 15:23:26 2011 -0500

    Fix for BGO#659088: Correctly define ATSPI_MODIFIER_NUMLOCK

 atspi/atspi-constants.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h
index 7bc5a2e..5129b5b 100644
--- a/atspi/atspi-constants.h
+++ b/atspi/atspi-constants.h
@@ -681,7 +681,7 @@ typedef enum {
     ATSPI_MODIFIER_META,
     ATSPI_MODIFIER_META2,
     ATSPI_MODIFIER_META3,
-    ATSPI_MODIFIER_NUMLOCK,
+    ATSPI_MODIFIER_NUMLOCK = 14,
 } AtspiModifierType;
 
 /**



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