diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/core/core.h | 2 | ||||
-rw-r--r-- | include/core/screen.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/core/core.h b/include/core/core.h index b0b86b3..7543f58 100644 --- a/include/core/core.h +++ b/include/core/core.h @@ -27,7 +27,7 @@ #define _COMPIZ_CORE_H -#define CORE_ABIVERSION 20110131 +#define CORE_ABIVERSION 20110224 #include <stdio.h> #include <assert.h> diff --git a/include/core/screen.h b/include/core/screen.h index f9652f1..6f4ef01 100644 --- a/include/core/screen.h +++ b/include/core/screen.h @@ -211,6 +211,7 @@ class CompScreen : bool override_redirect = false); bool readImageFromFile (CompString &name, + CompString &pname, CompSize &size, void *&data); |