mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 00:40:09 +01:00
Remove XShapeInputSelected call.
This commit is contained in:
parent
6f17500de1
commit
228f91820e
1 changed files with 0 additions and 7 deletions
|
|
@ -1151,13 +1151,6 @@ static void dmxDoSetShape(WindowPtr pWindow)
|
|||
ShapeInput, 0, 0, None, ShapeSet);
|
||||
XLIB_EPILOGUE (dmxScreen);
|
||||
}
|
||||
|
||||
XLIB_PROLOGUE (dmxScreen);
|
||||
if (XShapeInputSelected(dmxScreen->beDisplay, pWinPriv->window)) {
|
||||
ErrorF("Input selected for window %x on Screen %d\n",
|
||||
(unsigned int)pWinPriv->window, pScreen->myNum);
|
||||
}
|
||||
XLIB_EPILOGUE (dmxScreen);
|
||||
}
|
||||
|
||||
/** Set shape of \a pWindow on the back-end server. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue