[pywin32-checkins] pywin32/win32/Lib win32con.py,1.10,1.11
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2005-02-10 13:55:51
|
Update of /cvsroot/pywin32/pywin32/win32/Lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4651/win32/Lib Modified Files: win32con.py Log Message: Add DMMEDIA_* constants Index: win32con.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Lib/win32con.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** win32con.py 6 Feb 2005 07:57:43 -0000 1.10 --- win32con.py 10 Feb 2005 13:55:38 -0000 1.11 *************** *** 3075,3078 **** --- 3075,3084 ---- DMICM_USER = 256 + # DEVMODE.dmMediaType + DMMEDIA_STANDARD = 1 + DMMEDIA_TRANSPARENCY = 2 + DMMEDIA_GLOSSY = 3 + DMMEDIA_USER = 256 + RDH_RECTANGLES = 1 GGO_METRICS = 0 |