repo.or.cz
/
wmaker-crm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Made scrolling of text in dialog panel smoother
[wmaker-crm.git]
/
wrlib
/
wrasterP.h
blob
1c1ae07e1d494ef764ec47acbafda76348ab354f
1
2
3
#ifndef WRASTERP_H_
4
#define WRASTERP_H_
5
6
#include <config.h>
7
8
9
#include
"wraster.h"
10
11
12
#ifdef HAVE_HERMES
13
14
# include <Hermes/Hermes.h>
15
16
typedef
struct
RHermesData
{
17
HermesHandle palette
;
18
HermesHandle converter
;
19
}
RHermesData
;
20
21
#endif
22
23
24
#endif