mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-24 20:31:44 +00:00
25 lines
256 B
C
25 lines
256 B
C
|
|
||
|
|
||
|
#ifndef WRASTERP_H_
|
||
|
#define WRASTERP_H_
|
||
|
|
||
|
#include <config.h>
|
||
|
|
||
|
|
||
|
#include "x11/wraster.h"
|
||
|
|
||
|
|
||
|
#ifdef HAVE_HERMES
|
||
|
|
||
|
# include <Hermes/Hermes.h>
|
||
|
|
||
|
typedef struct RHermesData {
|
||
|
HermesHandle palette;
|
||
|
HermesHandle converter;
|
||
|
} RHermesData;
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#endif
|