Import Tix 8.4.3.5 (as of svn r86089)
This commit is contained in:
21
tests/xpm/comments.xpm
Normal file
21
tests/xpm/comments.xpm
Normal file
@@ -0,0 +1,21 @@
|
||||
/* XPM */
|
||||
static char * tmp [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
/* width height ncolors cpp [x_hot y_hot] */ /* Some comments */
|
||||
"10 10 2 1 -1 -1",
|
||||
/* colors */
|
||||
" s iconColor1 m black c gray",
|
||||
"} s iconColor2 m white c white",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
/* Some comments */
|
||||
" ",
|
||||
"}}}}}}}}}}",
|
||||
"}}}}}}}}}}",
|
||||
"}}}}}}}}}}" /* Some comments */,
|
||||
"}}}}}}}}}}",
|
||||
"}}}}}}}}}}" /* Some comments */};
|
||||
|
||||
Reference in New Issue
Block a user