fixed max over slit reversed
fluxgen fluxgen
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/Window.cc
→
src/Window.cc
@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.18 2002/01/11 10:04:32 fluxgen Exp $ +// $Id: Window.cc,v 1.19 2002/01/11 17:01:31 fluxgen Exp $ // stupid macros needed to access some functions in version 2 of the GNU C // library@@ -1817,7 +1817,7 @@ unsigned int dw, dh, slitModL = 0, slitModR = 0, slitModT = 0, slitModB = 0;
#ifdef SLIT Slit* mSlt = screen->getSlit(); - if(screen->doMaxOverSlit() && !screen->doFullMax() && (mSlt->getWidth() > 1)) + if(!screen->doMaxOverSlit() && !screen->doFullMax() && (mSlt->getWidth() > 1)) { switch(screen->getSlitDirection()) {