mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
removed obsoleted header file
This commit is contained in:
@@ -9,6 +9,8 @@ Changes since version 0.80.1:
|
|||||||
- Patch to add binary mode on opening files (needed for Windows with Cygwin)
|
- Patch to add binary mode on opening files (needed for Windows with Cygwin)
|
||||||
(sent by luke <luke@posh.optushome.com.au>)
|
(sent by luke <luke@posh.optushome.com.au>)
|
||||||
- Updated French translations (Antoine Hulin <antoine@origan.fdn.org>)
|
- Updated French translations (Antoine Hulin <antoine@origan.fdn.org>)
|
||||||
|
- removed Hermes lib dependency in wrlib
|
||||||
|
- put back asm/MMX code in wrlib
|
||||||
|
|
||||||
|
|
||||||
Changes since version 0.80.0:
|
Changes since version 0.80.0:
|
||||||
|
|||||||
@@ -1,24 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
#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