diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-04-19 11:59:54 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-04-19 12:51:03 +0100 |
commit | 306117ea7c69f9125fa062e4c5e5f9086b98d832 (patch) | |
tree | f371fbdfdde4abf2e06071d2c3881096560cfaed /src/Makefile.sources | |
parent | 8653c2692e684a60370b99e545123ba2a7b00bc8 (diff) |
Split cairo-recording-surface-private into struct+inlines
References: https://bugs.freedesktop.org/show_bug.cgi?id=48577
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/Makefile.sources')
-rw-r--r-- | src/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.sources b/src/Makefile.sources index f62c6893..dbe75555 100644 --- a/src/Makefile.sources +++ b/src/Makefile.sources @@ -81,6 +81,7 @@ cairo_private = \ cairo-gstate-private.h \ cairo-hash-private.h \ cairo-image-info-private.h \ + cairo-image-surface-inline.h \ cairo-image-surface-private.h \ cairo-list-private.h \ cairo-malloc-private.h \ |