Skip to content
#

phpdesktop

Here's what we found matching this topic...

cztomczak
cztomczak commented Feb 12, 2016

There are changes in cefclient in regards to WM_RESIZE event. When window is minimized browser size is set to 0x0 to reduce resource usage. See example code from cefclient:

LRESULT CALLBACK RootWindowWin::RootWndProc(HWND hWnd, UINT message,
                                            WPARAM wParam, LPARAM lParam) {
...
  case WM_SIZE:
      self->OnSize(wParam == SIZE_MINIMIZED);

Improve this page

Add a description, image, and links to the phpdesktop topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phpdesktop topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.