diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-08-18 19:51:41 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-08-18 19:52:55 -0400 |
commit | f334dcaf40799b82c102c8583f9f91c377321ee4 (patch) | |
tree | 8c1dbe3574a00c4ee977507d5f11cd71d7419c7c /xcursor | |
parent | f03be9430963aa454e50113a7ee1f4647634d4f2 (diff) |
rename wlr_cursor.c to wlr_xcursor.c
Diffstat (limited to 'xcursor')
-rw-r--r-- | xcursor/meson.build | 2 | ||||
-rw-r--r-- | xcursor/wlr_xcursor.c (renamed from xcursor/wlr_cursor.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/xcursor/meson.build b/xcursor/meson.build index 39094b06..712da35a 100644 --- a/xcursor/meson.build +++ b/xcursor/meson.build @@ -1,5 +1,5 @@ lib_wlr_xcursor = static_library('wlr_xcursor', files( 'xcursor.c', - 'wlr_cursor.c', + 'wlr_xcursor.c', ), include_directories: wlr_inc) diff --git a/xcursor/wlr_cursor.c b/xcursor/wlr_xcursor.c index fdebe1af..fdebe1af 100644 --- a/xcursor/wlr_cursor.c +++ b/xcursor/wlr_xcursor.c |