summaryrefslogtreecommitdiff
path: root/zwgc/xselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/xselect.c')
-rw-r--r--zwgc/xselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/xselect.c b/zwgc/xselect.c
index b42815a..ef3add9 100644
--- a/zwgc/xselect.c
+++ b/zwgc/xselect.c
@@ -74,7 +74,7 @@ static Atom RequestAtoms[] = {
#define PROP(prop,targ) ((prop)!=None?(prop):(targ))
#define ChangeProp(type,format,data,size) \
XChangeProperty(dpy,w,PROP(property,target),(type),(format), \
- (unsigned char *) (data),(size))
+ PropModeReplace, (unsigned char *) (data),(size))
static void xselSetProperties(dpy,w,property,target,selreq)
Display *dpy;