aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-08-18 19:51:41 -0400
committerTony Crisci <tony@dubstepdish.com>2017-08-18 19:52:55 -0400
commitf334dcaf40799b82c102c8583f9f91c377321ee4 (patch)
tree8c1dbe3574a00c4ee977507d5f11cd71d7419c7c
parentf03be9430963aa454e50113a7ee1f4647634d4f2 (diff)
rename wlr_cursor.c to wlr_xcursor.c
-rw-r--r--xcursor/meson.build2
-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