mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
missing header
This commit is contained in:
24
wrlib/wrasterP.h
Normal file
24
wrlib/wrasterP.h
Normal 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
|
||||
Reference in New Issue
Block a user