dtwm: Coverity 87256
This commit is contained in:
parent
58065ae980
commit
77efde3456
|
|
@ -4108,7 +4108,7 @@ StartMarqueeSelect(WmScreenData *pSD, XEvent *pev)
|
|||
/*
|
||||
* 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;
|
||||
pointerY = pev->xbutton.y_root;
|
||||
|
|
|
|||
Loading…
Reference in New Issue