1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00
Files
wmaker/wrlib/wrasterP.h
2001-02-18 01:01:36 +00:00

25 lines
252 B
C

#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