1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-02 06:35:44 +01:00

Fix misc bugs.

This commit is contained in:
id
1999-05-16 02:22:42 +00:00
parent 7f6c4d1a73
commit 7a1de9dad9
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ requestHandler(WMWidget *w, Atom selection, Atom target, Atom *type,
ptr[0] = _TARGETS;
ptr[1] = XA_STRING;
ptr[2] = XInternAtom(dpy, "TEXT", False);
ptr[4] = XInternAtom(dpy, "COMPOUND_TEXT", False);
ptr[3] = XInternAtom(dpy, "COMPOUND_TEXT", False);
*type = target;
return True;
}