Changed a short to an int
This commit is contained in:
parent
6370fb8c57
commit
b00cd00cce
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ void Tab::buttonReleaseEvent(XButtonEvent *be) {
|
|||
disconnect();
|
||||
|
||||
// convinience
|
||||
unsigned short int placement = m_win->getScreen()->getTabPlacement();
|
||||
unsigned int placement = m_win->getScreen()->getTabPlacement();
|
||||
|
||||
// (ab)using dest_x and dest_y
|
||||
dest_x = be->x_root;
|
||||
|
|
Loading…
Reference in a new issue