projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Erase the in-memory DC for treeview and fixes the rectangle calculation.
[wine]
/
dlls
/
wineps
/
psdlg.h
1
/*
2
* Wine PostScript Driver Dialog IDs
3
*
4
* Copyright 1999 Huw D M Davies
5
*/
6
7
#ifndef __WINE_PSDLG_H
8
#define __WINE_PSDLG_H
9
10
#define IDD_PAPERS 100
11
#define IDD_ORIENT_PORTRAIT 101
12
#define IDD_ORIENT_LANDSCAPE 102
13
14
#endif /* __WINE_PSDLG_H */