diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-24 17:57:01 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-24 17:57:01 +0000 |
| commit | 766e7ae9bfeb1dc0454d7b5b37296b91859831cb (patch) | |
| tree | fca0b58bd1df1c471511b8292e08590f0006653d /render/render.h | |
| parent | d9f14c1d010860e658f4a9adc6682e0264b410aa (diff) | |
rename osx to mirrorhorizontal and split to splitvertical, this will make all themes that used them not look right so update them
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/render/render.h b/render/render.h index 38bcdeb5..fda40607 100644 --- a/render/render.h +++ b/render/render.h @@ -62,13 +62,13 @@ typedef enum { RR_SURFACE_NONE, RR_SURFACE_PARENTREL, RR_SURFACE_SOLID, - RR_SURFACE_SPLIT, + RR_SURFACE_SPLIT_VERTICAL, RR_SURFACE_HORIZONTAL, RR_SURFACE_VERTICAL, RR_SURFACE_DIAGONAL, RR_SURFACE_CROSS_DIAGONAL, RR_SURFACE_PYRAMID, - RR_SURFACE_OSX + RR_SURFACE_MIRROR_HORIZONTAL, } RrSurfaceColorType; typedef enum { |
