stuff
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@220 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
b3931b73a4
commit
4b5cf07225
4 changed files with 52 additions and 43 deletions
|
|
@ -371,7 +371,7 @@ void MwLLSetCursor(MwLL handle, MwCursor* image, MwCursor* mask) {
|
|||
}
|
||||
|
||||
void MwLLDetach(MwLL handle, MwPoint* point) {
|
||||
RECT rc, rc2;
|
||||
RECT rc, rc2;
|
||||
LPARAM style = GetWindowLongPtr(handle->hWnd, GWL_STYLE);
|
||||
|
||||
style |= WS_OVERLAPPEDWINDOW;
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#define SetClassLongPtr SetClassLong
|
||||
#define GetClassLongPtr GetClassLong
|
||||
#endif
|
||||
|
||||
|
||||
struct _MwLL {
|
||||
HINSTANCE hInstance;
|
||||
HWND hWnd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue