mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-24 12:21:34 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17286 72102866-910b-0410-8b05-ffd578937521
24 lines
256 B
C
24 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
|