summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2013-08-12 09:07:02 +0200
committerMichael Stapelberg <michael@stapelberg.de>2013-08-12 09:07:02 +0200
commit6a09059f67217f15573fd88f44d57623a5f1402d (patch)
tree8c9a14d737d9a0f5d6a7eddb5d00e15d919ed1a6
parent37f1e431279998966caabebae3daf7e44d901768 (diff)
Silence compiler warning (Thanks Niclas Zeising)
-rw-r--r--cursor/shape_to_id.gperf1
1 files changed, 1 insertions, 0 deletions
diff --git a/cursor/shape_to_id.gperf b/cursor/shape_to_id.gperf
index 1b7b971..23615f9 100644
--- a/cursor/shape_to_id.gperf
+++ b/cursor/shape_to_id.gperf
@@ -1,4 +1,5 @@
struct shape_mapping { const char *name; int number; };
+const int cursor_shape_to_id(const char *name);
%%
X_cursor,0
arrow,1