repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make GetCursorPos call XQueryPointer.
[wine/multimedia.git]
/
dlls
/
wineps
/
psdlg.h
blob
bf59e027dea85cbed717fc5a15620beba4fd013e
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 */