Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
compiz
compiz-global_Region_define.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File compiz-global_Region_define.patch of Package compiz
--- compiz-0.8.8/kde/window-decorator-kde4/window.cpp.orig 2012-05-10 19:16:32.788000013 +0200 +++ compiz-0.8.8/kde/window-decorator-kde4/window.cpp 2012-05-10 18:33:27.808000014 +0200 @@ -21,6 +21,7 @@ * Author: David Reveman <davidr@novell.com> */ +#include <unistd.h> #include "window.h" #include "decorator.h" #include "options.h" @@ -986,10 +987,10 @@ { Atom atom = Atoms::compizWindowBlurDecor; QRegion topQRegion, bottomQRegion, leftQRegion, rightQRegion; - Region topRegion = NULL; - Region bottomRegion = NULL; - Region leftRegion = NULL; - Region rightRegion = NULL; + ::Region topRegion = NULL; + ::Region bottomRegion = NULL; + ::Region leftRegion = NULL; + ::Region rightRegion = NULL; int size = 0; int w, h;
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