mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtwm: Coverity 87256
This commit is contained in:
parent
58065ae980
commit
77efde3456
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue