Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
KDE:KDE3
kdebase3
kdebase-trinity-fix-builderror-gcc7.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kdebase-trinity-fix-builderror-gcc7.patch of Package kdebase3
diff -Naru kdebase-3.5.10_orig/kwin/client.cpp kdebase-3.5.10/kwin/client.cpp --- kdebase-3.5.10_orig/kwin/client.cpp 2018-04-25 03:43:12.754734767 +0000 +++ kdebase-3.5.10/kwin/client.cpp 2018-04-25 03:50:06.124291155 +0000 @@ -2071,7 +2071,7 @@ int format, result; unsigned long n, left; result = XGetWindowProperty(qt_xdisplay(), window(), atoms->net_wm_window_opacity, 0L, 1L, False, XA_CARDINAL, &actual, &format, &n, &left, /*(unsigned char **)*/ &data); - if (result == Success && data != None && format == 32 ) + if (result == Success && data && format == 32 ) { opacity_ = *reinterpret_cast< long* >( data ); custom_opacity = true;
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