1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58:08 +01:00

Moved declaration of format-specific image Load functions to dedicated header

The functions are declared in different files but they were called
in another file which re-declared the prototypes. This is dangerous
as it can lead to misaligned prototypes when functions changes.

They are now grouped in the library internal header 'imgformat.h'
This commit is contained in:
Christophe CURIS
2013-05-01 20:26:29 +02:00
committed by Carlos R. Mafra
parent cacc04d4a2
commit 883cda48e3
10 changed files with 79 additions and 27 deletions

View File

@@ -29,6 +29,7 @@
#include <errno.h>
#include "wraster.h"
#include "imgformat.h"
/*
* Restricted support for XPM images.