1
0
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:
dan
2002-09-30 12:42:22 +00:00
parent 1941aaf34a
commit b9e7a1d3ca
2 changed files with 2 additions and 24 deletions

View File

@@ -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:

View File

@@ -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