mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-15 22:03:29 +00:00
stuff
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@220 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user