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