diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-08-26 13:06:15 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-08-26 13:06:15 +0000 |
| commit | 73232e0b20b0d5fd95e0a8de82f5a904bfe635db (patch) | |
| tree | a5448d8c537f35010236a468d1964f7d4f7bd06c /test/pixmaps/gray.xpm | |
| parent | 9c045681c57da036e541c5983b5ccdf8ce8ed486 (diff) | |
Make all XPM files use const char * arrays...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5369 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/pixmaps/gray.xpm')
| -rw-r--r-- | test/pixmaps/gray.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pixmaps/gray.xpm b/test/pixmaps/gray.xpm index 924dde9f2..e5da3fc54 100644 --- a/test/pixmaps/gray.xpm +++ b/test/pixmaps/gray.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * gray_xpm[] = { +static const char * gray_xpm[] = { "32 32 32 1", " c #000100", ". c #2C393F", |
