This is intended to correct issue #44 where opening a browser window in
another workspace when a browser window is already open causes incorrect
behavior.
In order to correct the problem, a function exists_win was added to prevent
duplicate windows being inserted into other workspaces. A global macro
constant NUM_WS was also required to ensure proper bounds in exists_win.
This is intended to correct issue #44 where opening a browser window in another workspace when a browser window is already open causes incorrect behavior.
In order to correct the problem, a function
exists_win
was added to prevent duplicate windows being inserted into other workspaces. A global macro constantNUM_WS
was also required to ensure proper bounds inexists_win
.