X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/379096a3a25f5b4847442f1ce3331430292f6209..598b07b7de7559ddcaed4063912f68bf951d6701:/disobedience/misc.c diff --git a/disobedience/misc.c b/disobedience/misc.c index 41fcd13..3878824 100644 --- a/disobedience/misc.c +++ b/disobedience/misc.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2006-2008 Richard Kettlewell + * Copyright (C) 2006-2008, 2010 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,12 +22,15 @@ #include "disobedience.h" #include "table.h" +/** @brief Embedded image */ struct image { + /** @brief Image name */ const char *name; + /** @brief Image data in GDK pixbuf inline format */ const guint8 *data; }; -#include "images.h" +#include "../images/images.h" /* Miscellaneous GTK+ stuff ------------------------------------------------ */