diff options
author | Sam Spilsbury <sam.spilsbury@canonical.com> | 2011-02-24 15:52:09 +0800 |
---|---|---|
committer | Sam Spilsbury <sam.spilsbury@canonical.com> | 2011-02-24 15:52:09 +0800 |
commit | 3f3551f41310da96650024edde76e4d952b8a6ad (patch) | |
tree | cf0e8aa90048b53e4ba0294eed04250fc8ebe92f /include | |
parent | e444196baf546d6e60e45fa83baf9cad06f787ae (diff) | |
download | mobileperf-3f3551f41310da96650024edde76e4d952b8a6ad.tar.gz mobileperf-3f3551f41310da96650024edde76e4d952b8a6ad.tar.bz2 |
Specify plugin name when loading images to find the correct
image loading dir for plugins which don't specify absolute
paths to their images
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); |