fixed shape bug
This commit is contained in:
parent
ddfb14a264
commit
a0340e73a7
1 changed files with 0 additions and 1 deletions
|
@ -605,7 +605,6 @@ void FluxboxWindow::init() {
|
||||||
void FluxboxWindow::shape() {
|
void FluxboxWindow::shape() {
|
||||||
#ifdef SHAPE
|
#ifdef SHAPE
|
||||||
if (m_shaped) {
|
if (m_shaped) {
|
||||||
if (isFullscreen())
|
|
||||||
XShapeCombineShape(display,
|
XShapeCombineShape(display,
|
||||||
frame().window().window(), ShapeBounding,
|
frame().window().window(), ShapeBounding,
|
||||||
0, frame().clientArea().y(), // xOff, yOff
|
0, frame().clientArea().y(), // xOff, yOff
|
||||||
|
|
Loading…
Reference in a new issue