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

missing header

This commit is contained in:
kojima
2001-02-18 01:01:36 +00:00
parent 36ebcf1949
commit 26799953c9
2 changed files with 26 additions and 2 deletions

24
wrlib/wrasterP.h Normal file
View File

@@ -0,0 +1,24 @@
#ifndef WRASTERP_H_
#define WRASTERP_H_
#include <config.h>
#include "wraster.h"
#ifdef HAVE_HERMES
# include <Hermes/Hermes.h>
typedef struct RHermesData {
HermesHandle palette;
HermesHandle converter;
} RHermesData;
#endif
#endif