summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-21 22:09:29 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-21 22:09:29 +0200
commit5fb6ee1383ff21cfc6c46cc0514c6c86dd297c03 (patch)
tree36394a5b63ccb115fbc58e2674a4080496a59fcd /source/x11-helper.c
parent1f4af41e964ee4bedfffbc591173ecc3bbfbb907 (diff)
Fix rootwindow set at wrong pointer level.
Diffstat (limited to 'source/x11-helper.c')
-rw-r--r--source/x11-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x11-helper.c b/source/x11-helper.c
index 29c5e48c..55ebd49e 100644
--- a/source/x11-helper.c
+++ b/source/x11-helper.c
@@ -107,7 +107,7 @@ static xcb_pixmap_t get_root_pixmap ( xcb_connection_t *c,
rootpixmap = (xcb_pixmap_t *) xcb_get_property_value ( reply );
}
else {
- *rootpixmap = XCB_NONE;
+ rootpixmap = XCB_NONE;
}
free ( reply );