blob: 114b2c57c708b9fd98a04c2d6b60c6555bbad9c0 (
plain)
1
2
3
4
5
6
7
8
|
/*
* Dummy source file which replaces the files generated in the
* `icons' subdirectory, when they're absent.
*/
const char *const *const xpm_icons[] = { 0 };
const int n_xpm_icons = 0;
|