diff options
| author | Matt Roper <matthew.d.roper@intel.com> | 2012-10-04 14:27:39 -0700 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-10-09 23:42:52 -0400 |
| commit | 0371668dcca5aa29c0fc4b59b974e40bcf073563 (patch) | |
| tree | 7e3ccd3f94dda4d5fd10e7e665957e39d0f09c9d /cursor/wayland-cursor.c | |
| parent | connection: Add missing free from error path (diff) | |
| download | wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.tar wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.tar.gz wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.tar.bz2 wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.tar.lz wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.tar.xz wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.tar.zst wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.zip | |
Ensure cursor_data.c is included in distribution tarballs
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Diffstat (limited to 'cursor/wayland-cursor.c')
| -rw-r--r-- | cursor/wayland-cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cursor/wayland-cursor.c b/cursor/wayland-cursor.c index 33fed04..0d1fec7 100644 --- a/cursor/wayland-cursor.c +++ b/cursor/wayland-cursor.c @@ -181,7 +181,7 @@ wl_cursor_destroy(struct wl_cursor *cursor) free(cursor); } -#include "cursor_data.c" +#include "cursor-data.h" static struct wl_cursor * wl_cursor_create_from_data(struct cursor_metadata *metadata, |
