Changeset 36435 for lang/objective-cplusplus/i3/trunk/src
- Timestamp:
- 01/14/10 02:10:21 (3 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk/src
- Files:
-
- 2 modified
-
Common.cpp (modified) (1 diff)
-
os-windows/WindowsCommon.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/src/Common.cpp
r36273 r36435 310 310 namespace i3 { 311 311 HINSTANCE hInstance = NULL; 312 dll_dll = {};312 Dll dll = {}; 313 313 } 314 314 -
lang/objective-cplusplus/i3/trunk/src/os-windows/WindowsCommon.h
r36430 r36435 86 86 87 87 namespace i3 { 88 extern struct dll_{88 struct Dll { 89 89 //BOOL (WINAPI *dll_SetLayeredWindowAttributes)(HWND, COLORREF crKey, BYTE bAlpha, DWORD dwFlags); 90 90 … … 100 100 HRESULT (WINAPI *dll_EndBufferedPaint)(HPAINTBUFFER hBufferedPaint, BOOL fUpdateTarget); 101 101 HRESULT (WINAPI *dll_BufferedPaintSetAlpha)(HPAINTBUFFER hBufferedPaint, const RECT *prc, BYTE alpha); 102 } dll; 102 }; 103 extern Dll dll; 103 104 extern HINSTANCE hInstance; 104 105
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)