Add ATSPI_CACHE_NONE
authorMike Gorse <mgorse@novell.com>
Mon, 31 Jan 2011 23:09:17 +0000 (17:09 -0600)
committerMike Gorse <mgorse@novell.com>
Mon, 31 Jan 2011 23:40:07 +0000 (17:40 -0600)
atspi/atspi-constants.h

index 3f64bd1..90d6ca6 100644 (file)
@@ -761,6 +761,7 @@ typedef enum {
 
 typedef enum
 {
+     ATSPI_CACHE_NONE     = 0x0001,
      ATSPI_CACHE_PARENT   = 0x0001,
   ATSPI_CACHE_CHILDREN    = 0x0002,
   ATSPI_CACHE_NAME        = 0x0004,