Bugzilla – Attachment 176844 Details for
Bug 299581
Enabling Xgl displaces the screensaver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
kscreensaver fix
kdesktop_lock-fix-override_redirect-handling.diff (text/x-patch), 603 bytes, created by
Péter Kerékfy
on 2007-10-08 15:54:18 UTC
(
hide
)
Description:
kscreensaver fix
Filename:
MIME Type:
Creator:
Péter Kerékfy
Created:
2007-10-08 15:54:18 UTC
Size:
603 bytes
patch
obsolete
>--- lockprocess.cc.orig 2007-09-26 21:39:57.000000000 +0200 >+++ lockprocess.cc 2007-09-26 21:34:42.000000000 +0200 >@@ -417,7 +417,7 @@ > { > Visual* visual = CopyFromParent; > XSetWindowAttributes attrs; >- int flags = 0; >+ int flags = CWOverrideRedirect; > #ifdef HAVE_GLXCHOOSEVISUAL > if( mOpenGLVisual ) > { >@@ -461,6 +461,8 @@ > } > } > #endif >+ >+ attrs.override_redirect = 1; > Window w = XCreateWindow( x11Display(), RootWindow( x11Display(), x11Screen()), > x(), y(), width(), height(), 0, x11Depth(), InputOutput, visual, flags, &attrs ); > create( w );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 299581
:
156924
|
158367
| 176844