-
-
Notifications
You must be signed in to change notification settings - Fork 576
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tray icon loaded image resource for each of Windows Message and these objects were never freed. This caused GDI objects peak at 10001 and FATAL in Chrome to inform about this resource leak. Call NotifyMoveOrResizeStarted() when moving/resizing window. This is required to notify <select> or other controls. Fixed WM_ERASEBKGND - should return 0. Added WM_PAINT with BeginPaint and EndPaint - because it exists in cefclient. Not sure why these calls are there, there is no actual painting being done. But let's mimic cefclient behavior just to be safe.
- Loading branch information
Showing
5 changed files
with
72 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters