paranoia mode
- int boundingShaped, clipShaped; + int boundingShaped = 0, clipShaped = 0; svn path=/trunk/kdebase/kwin/; revision=143391
This commit is contained in:
parent
e9b984e3f8
commit
1b6bb5f2f2
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ static Window null_focus_window = 0;
|
||||||
bool Shape::hasShape( WId w){
|
bool Shape::hasShape( WId w){
|
||||||
int xws, yws, xbs, ybs;
|
int xws, yws, xbs, ybs;
|
||||||
unsigned int wws, hws, wbs, hbs;
|
unsigned int wws, hws, wbs, hbs;
|
||||||
int boundingShaped, clipShaped;
|
int boundingShaped = 0, clipShaped = 0;
|
||||||
if (!kwin_has_shape)
|
if (!kwin_has_shape)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
XShapeQueryExtents(qt_xdisplay(), w,
|
XShapeQueryExtents(qt_xdisplay(), w,
|
||||||
|
|
Loading…
Reference in a new issue