no-icon.c 209 B

1234567891011
  1. /*
  2. * Dummy source file which replaces the files generated in the
  3. * `icons' subdirectory, when they're absent.
  4. */
  5. #include "gtk.h"
  6. const char *const *const xpm_icons[] = { 0 };
  7. const int n_xpm_icons = 0;