diff options
author | Neil Roberts <neil@linux.intel.com> | 2010-08-02 15:24:03 +0100 |
---|---|---|
committer | Neil Roberts <neil@linux.intel.com> | 2010-08-12 11:54:42 +0100 |
commit | bc200105821a7e2d50a9f9bc34edfe354fc5ebfe (patch) | |
tree | c269ef9971cbb988cfd50368630bbe992321f6e1 /cogl/cogl-context.h | |
parent | bb17fd70e25f9f1b42ce3ca17592c9670d441236 (diff) | |
download | cogl-bc200105821a7e2d50a9f9bc34edfe354fc5ebfe.tar.gz |
cogl-atlas: Rename to CoglRectangleMap
This simply renames CoglAtlas to CoglRectangleMap without making any
functional changes. The old 'CoglAtlas' is just a data structure for
managing unused areas of a rectangle and it doesn't neccessarily have
to be used for an atlas so it wasn't a very good name.
Diffstat (limited to 'cogl/cogl-context.h')
-rw-r--r-- | cogl/cogl-context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl-context.h b/cogl/cogl-context.h index 1d1d0745..b89ee057 100644 --- a/cogl/cogl-context.h +++ b/cogl/cogl-context.h @@ -31,7 +31,7 @@ #include "cogl-clip-stack.h" #include "cogl-matrix-stack.h" #include "cogl-material-private.h" -#include "cogl-atlas.h" +#include "cogl-rectangle-map.h" #include "cogl-buffer-private.h" #include "cogl-bitmask.h" @@ -143,7 +143,7 @@ typedef struct CoglMaterial *texture_download_material; - CoglAtlas *atlas; + CoglRectangleMap *rectangle_map; CoglHandle atlas_texture; /* This debugging variable is used to pick a colour for visually |