Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 209655 Details for
Bug 281625
kde-base/kwin-4.3.3 fails to build with USE="-opengl"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
a patch from upstream
4.3.3-fix_no_opengl.patch (text/plain), 934 bytes, created by
Bartosz Brachaczek
on 2009-11-08 19:11:52 UTC
(
hide
)
Description:
a patch from upstream
Filename:
MIME Type:
Creator:
Bartosz Brachaczek
Created:
2009-11-08 19:11:52 UTC
Size:
934 bytes
patch
obsolete
>--- trunk/KDE/kdebase/workspace/kwin/effects/logout/logout.cpp 2009/10/05 09:47:13 1031490 >+++ trunk/KDE/kdebase/workspace/kwin/effects/logout/logout.cpp 2009/10/07 15:10:15 1032334 >@@ -110,11 +110,11 @@ > frameDelay = 2; > } > } >-#endif > > if( frameDelay ) > --frameDelay; > else >+#endif > { > if( logoutWindow != NULL && !logoutWindowClosed ) > progress = qMin( 1.0, progress + time / animationTime( 2000.0 )); >@@ -234,14 +234,16 @@ > > void LogoutEffect::postPaintScreen() > { >+#ifdef KWIN_HAVE_OPENGL_COMPOSITING > if(( progress != 0.0 && progress != 1.0 ) || frameDelay ) >- { > effects->addRepaintFull(); >- } >+#else >+ if( progress != 0.0 && progress != 1.0 ) >+ effects->addRepaintFull(); >+#endif >+ > if( progress > 0.0 ) >- { > logoutWindowPassed = false; >- } > effects->postPaintScreen(); > } >
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 281625
: 209655 |
209656