summaryrefslogtreecommitdiffstats
path: root/src/gui_x11.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-26 06:24:45 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-26 06:24:45 +0200
commit644044794ea55fdee8599ee1e861234216c20402 (patch)
tree9dfe2fa4bae0f9914f0d12f7a502aaffc1795c43 /src/gui_x11.c
parent0eda7ac7f897433c9d346743bf38fcd291673070 (diff)
Various small fixes from Dominique Pelle.
Diffstat (limited to 'src/gui_x11.c')
-rw-r--r--src/gui_x11.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c
index 8b37272938..73bc76f763 100644
--- a/src/gui_x11.c
+++ b/src/gui_x11.c
@@ -1162,9 +1162,9 @@ gui_x11_mouse_cb(w, dud, event, dum)
/* ARGSUSED */
static void
gui_x11_sniff_request_cb(closure, source, id)
- XtPointer closure;
- int *source;
- XtInputId *id;
+ XtPointer closure UNUSED;
+ int *source UNUSED;
+ XtInputId *id UNUSED;
{
static char_u bytes[3] = {CSI, (int)KS_EXTRA, (int)KE_SNIFF};