summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Carbonneaux2014-10-22 10:50:46 -0400
committerQuentin Carbonneaux2014-10-22 10:50:46 -0400
commitba552a054ffcdd4a97e32e777f59386695465836 (patch)
tree48c7eb5a784b076416825e7958d5a9142d02641a
parenta2514692d72915d55a54b6870bc43ae765487597 (diff)
use the usual resize cursor
-rw-r--r--x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11.c b/x11.c
index 14e8afb..1bf39f7 100644
--- a/x11.c
+++ b/x11.c
@@ -176,7 +176,7 @@ setpointer(GPointer pt)
{
static unsigned int map[] = {
[GPNormal] = XC_left_ptr,
- [GPResize] = XC_center_ptr,
+ [GPResize] = XC_fleur,
};
Cursor c;