Skip to content
#

chromium

Here are 556 public repositories matching this topic...

EnderDev
EnderDev commented Aug 22, 2019

Is your feature request related to a problem? Please describe.
I'm running on Linux, and it would be cool if you could have an option in the settings to toggle the default desktop environment title bar, or hide it and use the general controls.

Describe the solution you'd like
^

Describe alternatives you've considered
n/a

Additional context
With title bar from desktop e

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 chromium 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 chromium topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.