aboutsummaryrefslogtreecommitdiff
path: root/apps/xwininfo/dsimple.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-09-29 08:21:31 +0200
committermarha <marha@users.sourceforge.net>2011-09-29 08:21:31 +0200
commitbee9191042416cbfb848615189ca1e2a0069f022 (patch)
tree8f7b2d550ca61d7a6ff10d1fb513fff371268ee0 /apps/xwininfo/dsimple.h
parent18a8f9f6839dfd899814a76a971e720c1e622236 (diff)
downloadvcxsrv-bee9191042416cbfb848615189ca1e2a0069f022.tar.gz
vcxsrv-bee9191042416cbfb848615189ca1e2a0069f022.tar.bz2
vcxsrv-bee9191042416cbfb848615189ca1e2a0069f022.zip
xwininfo libXft mesa git update 29 sep 2011
Diffstat (limited to 'apps/xwininfo/dsimple.h')
-rw-r--r--apps/xwininfo/dsimple.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/xwininfo/dsimple.h b/apps/xwininfo/dsimple.h
index b6adc4345..952960542 100644
--- a/apps/xwininfo/dsimple.h
+++ b/apps/xwininfo/dsimple.h
@@ -43,7 +43,7 @@ typedef enum { False = 0, True } Bool;
/* Global variables used by routines in dsimple.c */
-extern char *program_name; /* Name of this program */
+extern const char *program_name; /* Name of this program */
/* Declarations for functions in dsimple.c */
@@ -54,7 +54,7 @@ void Setup_Display_And_Screen (const char *displayname,
xcb_window_t Select_Window (xcb_connection_t *, const xcb_screen_t *, int);
xcb_window_t Window_With_Name (xcb_connection_t *, xcb_window_t, const char *);
-void Fatal_Error (char *, ...) _X_NORETURN _X_ATTRIBUTE_PRINTF(1, 2);
+void Fatal_Error (const char *, ...) _X_NORETURN _X_ATTRIBUTE_PRINTF(1, 2);
void Print_X_Error (xcb_connection_t *, xcb_generic_error_t *);