mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
25 lines
252 B
C
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
|