aboutsummaryrefslogtreecommitdiffstats
path: root/src/r-x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/r-x11.c')
-rw-r--r--src/r-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r-x11.c b/src/r-x11.c
index 0e68225..3a4b240 100644
--- a/src/r-x11.c
+++ b/src/r-x11.c
@@ -65,7 +65,7 @@ static void send_data(Display *dpy, XSelectionRequestEvent *sev,
XSendEvent(dpy, sev->requestor, True, NoEventMask, (XEvent *)&ssev);
}
-int run_clipboard(char *data)
+int run_clipboard(const char *data)
{
Display *dpy;
Window owner, root;