indentation
This commit is contained in:
parent
2446ed4861
commit
18f90c5afb
1 changed files with 16 additions and 14 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: Basemenu.cc,v 1.33 2002/10/22 14:46:11 fluxgen Exp $
|
// $Id: Basemenu.cc,v 1.34 2002/11/12 22:15:06 fluxgen Exp $
|
||||||
|
|
||||||
//use GNU extensions
|
//use GNU extensions
|
||||||
#ifndef _GNU_SOURCE
|
#ifndef _GNU_SOURCE
|
||||||
|
@ -845,6 +845,7 @@ void Basemenu::buttonReleaseEvent(XButtonEvent *re) {
|
||||||
re->y >= 0 && re->y <= (signed) menu.title_h)
|
re->y >= 0 && re->y <= (signed) menu.title_h)
|
||||||
if (re->button == 3)
|
if (re->button == 3)
|
||||||
hide();
|
hide();
|
||||||
|
|
||||||
} else if (re->window == menu.frame &&
|
} else if (re->window == menu.frame &&
|
||||||
re->x >= 0 && re->x < (signed) menu.width &&
|
re->x >= 0 && re->x < (signed) menu.width &&
|
||||||
re->y >= 0 && re->y < (signed) menu.frame_h) {
|
re->y >= 0 && re->y < (signed) menu.frame_h) {
|
||||||
|
@ -868,6 +869,7 @@ void Basemenu::buttonReleaseEvent(XButtonEvent *re) {
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
drawItem(p, False, True);
|
drawItem(p, False, True);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue