aboutsummaryrefslogtreecommitdiff
path: root/libXt/src/TMparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'libXt/src/TMparse.c')
-rw-r--r--libXt/src/TMparse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libXt/src/TMparse.c b/libXt/src/TMparse.c
index 5fddb8230..d2336448b 100644
--- a/libXt/src/TMparse.c
+++ b/libXt/src/TMparse.c
@@ -113,14 +113,14 @@ typedef TMShortCard Value;
typedef void (*ModifierProc)(Value, LateBindingsPtr*, Boolean, Value*);
typedef struct _ModifierRec {
- char* name;
+ const char *name;
XrmQuark signature;
ModifierProc modifierParseProc;
Value value;
} ModifierRec, *ModifierKeys;
typedef struct _EventKey {
- char *event;
+ const char *event;
XrmQuark signature;
EventType eventType;
ParseProc parseDetail;
@@ -128,7 +128,7 @@ typedef struct _EventKey {
}EventKey, *EventKeys;
typedef struct {
- char *name;
+ const char *name;
XrmQuark signature;
Value value;
} NameValueRec, *NameValueTable;