aboutsummaryrefslogtreecommitdiff
path: root/src/graph/viewman
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/viewman')
-rw-r--r--src/graph/viewman/globalsM.h2
-rw-r--r--src/graph/viewman/viewman.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/graph/viewman/globalsM.h b/src/graph/viewman/globalsM.h
index 0dd1690b..54edf88b 100644
--- a/src/graph/viewman/globalsM.h
+++ b/src/graph/viewman/globalsM.h
@@ -40,7 +40,7 @@ extern fd_set filedes;
extern int acknow;
extern int graphKey;
extern graphStruct *graphList;
-extern char *s1;
+extern const char* s1;
extern Display *dsply;
extern int defDsply;
extern Window root;
diff --git a/src/graph/viewman/viewman.c b/src/graph/viewman/viewman.c
index 5085a3e9..e5940302 100644
--- a/src/graph/viewman/viewman.c
+++ b/src/graph/viewman/viewman.c
@@ -82,8 +82,8 @@ int viewType,
fd_set filedes;
graphStruct *graphList;
graphStateStruct currentGraphState;
-char *s1,
- propertyBuffer[256];/* XProperty buffer */
+const char* s1;
+char propertyBuffer[256];/* XProperty buffer */
int