blob: 8a1de91566d9d8917e99ef108ae7934443897d8c (
plain)
1
2
3
4
5
6
7
8
9
|
#include <X11/Intrinsic.h>
/*
* 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;
|