Skip to content

Commit

Permalink
win32u: Implement EVENT_OBJECT_STATECHANGE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esme Povirk authored and ivyl committed May 3, 2024
1 parent c8c7b4d commit ca3dac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/win32u/window.c
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ BOOL enable_window( HWND hwnd, BOOL enable )
send_message( hwnd, WM_ENABLE, FALSE, 0 );
}
}
NtUserNotifyWinEvent( EVENT_OBJECT_STATECHANGE, hwnd, OBJID_CLIENT, 0 );
return ret;
}

Expand Down

0 comments on commit ca3dac2

Please sign in to comment.