dtwm: Coverity 87256
This commit is contained in:
@@ -4108,7 +4108,7 @@ StartMarqueeSelect(WmScreenData *pSD, XEvent *pev)
|
|||||||
/*
|
/*
|
||||||
* Set up static variables for succeeding events
|
* Set up static variables for succeeding events
|
||||||
*/
|
*/
|
||||||
if (pev && (pev->type == ButtonPress) || (pev->type == ButtonRelease))
|
if (pev && ((pev->type == ButtonPress) || (pev->type == ButtonRelease)))
|
||||||
{
|
{
|
||||||
pointerX = pev->xbutton.x_root;
|
pointerX = pev->xbutton.x_root;
|
||||||
pointerY = pev->xbutton.y_root;
|
pointerY = pev->xbutton.y_root;
|
||||||
|
|||||||
Reference in New Issue
Block a user