FreeBSD Bugzilla – Attachment 148469 Details for
Bug 194135
x11-wm/xfce4: full screen vlc doesn't hide the panel bars
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch, which hides panel for maximized applications
patch-src__client.c (text/plain), 1.53 KB, created by
Olivier Duchateau
on 2014-10-19 16:24:13 UTC
(
hide
)
Description:
Patch, which hides panel for maximized applications
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2014-10-19 16:24:13 UTC
Size:
1.53 KB
patch
obsolete
>Obtained from: >- Fullscreen mode doesn't work correctly for Chromium (bug #8563) >- Panels don't hide when full screening VLC, which is maximized (bug #10622) > >--- src/client.c.orig 2013-05-05 15:58:42 UTC >+++ src/client.c >@@ -981,8 +981,13 @@ > wc.width = c->width; > wc.height = c->height; > >+ if (FLAG_TEST (c->flags, CLIENT_FLAG_FULLSCREEN)) >+ { >+ clientUpdateFullscreenSize (c); >+ } >+ > /* If client is maximized, we need to update its coordonates and size as well */ >- if (FLAG_TEST (c->flags, CLIENT_FLAG_MAXIMIZED)) >+ else if (FLAG_TEST (c->flags, CLIENT_FLAG_MAXIMIZED)) > { > GdkRectangle rect; > myScreenFindMonitorAtPoint (screen_info, >@@ -3538,8 +3543,13 @@ > continue; > } > >+ if (FLAG_TEST (c->flags, CLIENT_FLAG_FULLSCREEN)) >+ { >+ clientUpdateFullscreenSize (c); >+ } >+ > /* Recompute size and position of maximized windows */ >- if (FLAG_TEST (c->flags, CLIENT_FLAG_MAXIMIZED)) >+ else if (FLAG_TEST (c->flags, CLIENT_FLAG_MAXIMIZED)) > { > maximization_flags = c->flags & CLIENT_FLAG_MAXIMIZED; > >@@ -3553,10 +3563,6 @@ > wc.height = c->height; > clientConfigure (c, &wc, CWX | CWY | CWWidth | CWHeight, CFG_NOTIFY); > } >- else if (FLAG_TEST (c->flags, CLIENT_FLAG_FULLSCREEN)) >- { >- clientUpdateFullscreenSize (c); >- } > else > { > configure_flags = CFG_CONSTRAINED | CFG_REQUEST;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194135
: 148469