commit a383c07db564831b5b4ba2bbc9947c7c76631676 parent 7798849d2e1721d250548f801e156277f7914923 Author: Michael Forney <mforney@mforney.org> Date: Wed, 11 Sep 2013 01:15:27 -0700 surface: Use pixman_rectangle32_t to store geometry Diffstat:
M | libswc/surface.h | | | 6 | +----- |
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/libswc/surface.h b/libswc/surface.h @@ -54,11 +54,7 @@ struct swc_surface int32_t x, y; } pending; - struct - { - uint32_t x, y; - uint32_t width, height; - } geometry; + pixman_rectangle32_t geometry; struct {