diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-07 16:07:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-07 16:07:53 +0000 |
commit | 41e906e2c8ac7552da759cd1438d08efa0b9c6b9 (patch) | |
tree | 43969298df9b289e06dfd14c2d3fd54cbd637800 /app/xmodmap/wq.h | |
parent | 74dabb8ff88e74cab402437f5d794b2444e9ca48 (diff) |
Update to xmodmap 1.0.6
Diffstat (limited to 'app/xmodmap/wq.h')
-rw-r--r-- | app/xmodmap/wq.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/xmodmap/wq.h b/app/xmodmap/wq.h index 3aab10fbf..58c062efa 100644 --- a/app/xmodmap/wq.h +++ b/app/xmodmap/wq.h @@ -1,4 +1,3 @@ -/* $Xorg: wq.h,v 1.4 2001/02/09 02:05:56 xorgcvs Exp $ */ /* Copyright 1988, 1998 The Open Group @@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xmodmap/wq.h,v 1.4 2001/01/17 23:46:21 dawes Exp $ */ #ifndef _WQ_H #define _WQ_H @@ -137,7 +135,7 @@ extern struct wq { extern struct modtab { - char *name; + const char *name; int length; int value; } modifier_table[]; |