Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 212552 Details for
Bug 295811
kde-base/kwin-4.3.4 fails (again) with USE="-opengl"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
http://websvn.kde.org/trunk/KDE/kdebase/workspace/kwin/effects/logout/logout.cpp?r1=1031490&r2=1032334&view=patch
kwin_noopengl.patch (text/plain), 934 bytes, created by
Robert Piasek (RETIRED)
on 2009-12-09 16:24:11 UTC
(
hide
)
Description:
http://websvn.kde.org/trunk/KDE/kdebase/workspace/kwin/effects/logout/logout.cpp?r1=1031490&r2=1032334&view=patch
Filename:
MIME Type:
Creator:
Robert Piasek (RETIRED)
Created:
2009-12-09 16:24:11 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 295811
:
212121
|
212122
| 212552