all repos — fluxbox @ b00cd00cce7ee922cc96fa2d1c89a9778b96f1df

custom fork of the fluxbox windowmanager

Changed a short to an int
fluxgen fluxgen
commit

b00cd00cce7ee922cc96fa2d1c89a9778b96f1df

parent

6370fb8c572b51ca8f3f62aa3a04c9b10448487a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/Tab.ccsrc/Tab.cc

@@ -614,7 +614,7 @@ } else {

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;