diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2014-03-20 21:53:42 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2014-03-21 10:08:21 +0100 |
| commit | 3559d2c2a32f0eeca441a5d7581064101503d16a (patch) | |
| tree | 3969f9f6d2f289e2b3050b2a644f90c7cea03baf /src/setup.h | |
| parent | d3d5bb1dfc21ac30b77fc4484ff942d0a9100275 (diff) | |
| download | cataract-3559d2c2a32f0eeca441a5d7581064101503d16a.tar.xz | |
Use setup2.xml if present
To allow combined use of different cgg versions, user may provide
ver. 2 setup.xml file that takes priority over standard setup.xml
file.
This applies only to current working directory, not the files
placed in ~/.cgg or distributed as $PREFIX/share/cgg.
Diffstat (limited to 'src/setup.h')
| -rw-r--r-- | src/setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h index 7ce2cd1..9e8f9dd 100644 --- a/src/setup.h +++ b/src/setup.h @@ -28,6 +28,7 @@ G_BEGIN_DECLS #define TARGET_IMAGE_DIR_PREFIX "_" #define SETUP_XML "setup.xml" +#define SETUP_V2_XML "setup2.xml" #define SETUP_NATIVE_VERSION 200 /* 2.0 */ |
