Support for run-time icons in the GTK puzzles. This involved another
[sgt/puzzles] / no-icon.c
CommitLineData
f12cdd72 1#include <X11/Intrinsic.h>
2
3/*
4 * Dummy source file which replaces the files generated in the
5 * `icons' subdirectory, when they're absent.
6 */
7
8const char *const *const xpm_icons[] = { 0 };
9const int n_xpm_icons = 0;