annotate gui/dialog/pixmaps/empty1px.xpm @ 36191:16e7d4a1ee59

Define new_gpu_program() conditionally. It won't be used else.
author ib
date Sun, 26 May 2013 12:41:09 +0000
parents 3c901704a27c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35526
3c901704a27c Rebuild GUI directory structure.
ib
parents:
diff changeset
1 /* XPM */
3c901704a27c Rebuild GUI directory structure.
ib
parents:
diff changeset
2 static const char * const empty1px_xpm[] = {
3c901704a27c Rebuild GUI directory structure.
ib
parents:
diff changeset
3 "1 1 1 1",
3c901704a27c Rebuild GUI directory structure.
ib
parents:
diff changeset
4 " c None",
3c901704a27c Rebuild GUI directory structure.
ib
parents:
diff changeset
5 " "};