mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 16:39:06 +00:00
glamor: Remove unused glamor_pixmap_private_atlas_t
Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
committed by
Eric Anholt
parent
af687396f1
commit
9ef5cbf8ab
@@ -486,23 +486,11 @@ typedef struct glamor_pixmap_private_large {
|
||||
glamor_pixmap_fbo **fbo_array;
|
||||
} glamor_pixmap_private_large_t;
|
||||
|
||||
/*
|
||||
* @box: the relative coords in the corresponding fbo.
|
||||
*/
|
||||
typedef struct glamor_pixmap_private_atlas {
|
||||
union {
|
||||
glamor_pixmap_type_t type;
|
||||
glamor_pixmap_private_base_t base;
|
||||
};
|
||||
BoxRec box;
|
||||
} glamor_pixmap_private_atlas_t;
|
||||
|
||||
typedef struct glamor_pixmap_private {
|
||||
union {
|
||||
glamor_pixmap_type_t type;
|
||||
glamor_pixmap_private_base_t base;
|
||||
glamor_pixmap_private_large_t large;
|
||||
glamor_pixmap_private_atlas_t atlas;
|
||||
};
|
||||
} glamor_pixmap_private;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user