Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
kdelibs3
kdelibs3-gcc-4.1-miscompile.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kdelibs3-gcc-4.1-miscompile.diff of Package kdelibs3
Index: kdecore/kwinmodule.cpp =================================================================== --- kdecore/kwinmodule.cpp.orig +++ kdecore/kwinmodule.cpp @@ -436,7 +436,9 @@ QRect KWinModule::workArea( const QValue if ( strut.bottom > 0 ) r.setBottom( r.bottom() - (int) strut.bottom ); - a = a.intersect(r); + QRect tmp; + tmp = a.intersect(r); + a = tmp; } return a; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor