comparison src/audacious/skin.c @ 4124:d217b71e5836

more strict error handling. make use of AUDDBG
author Eugene Zagidullin <e.asphyx@gmail.com>
date Wed, 26 Dec 2007 19:17:19 +0300
parents e1468d0b118d
children cbdf2cc5e947
comparison
equal deleted inserted replaced
4123:ab59718d8704 4124:d217b71e5836
20 * along with this program. If not, see <http://www.gnu.org/licenses>. 20 * along with this program. If not, see <http://www.gnu.org/licenses>.
21 * 21 *
22 * The Audacious team does not consider modular code linking to 22 * The Audacious team does not consider modular code linking to
23 * Audacious or using our public API to be a derived work. 23 * Audacious or using our public API to be a derived work.
24 */ 24 */
25 25 #define AUD_DEBUG
26 #ifdef HAVE_CONFIG_H 26 #ifdef HAVE_CONFIG_H
27 # include "config.h" 27 # include "config.h"
28 #endif 28 #endif
29 29
30 /* TODO: enforce default sizes! */ 30 /* TODO: enforce default sizes! */