Changed a short to an int

This commit is contained in:
fluxgen 2002-01-05 11:00:40 +00:00
parent 6370fb8c57
commit b00cd00cce

View file

@ -614,7 +614,7 @@ void Tab::buttonReleaseEvent(XButtonEvent *be) {
disconnect(); disconnect();
// convinience // convinience
unsigned short int placement = m_win->getScreen()->getTabPlacement(); unsigned int placement = m_win->getScreen()->getTabPlacement();
// (ab)using dest_x and dest_y // (ab)using dest_x and dest_y
dest_x = be->x_root; dest_x = be->x_root;