> Yes, you are right. Strange that no one reported it for such long time.

Not true. I found version of gtwin.c dated 2008.01.18 and there were lines:
      ...
      /* Special case */
      if ( usRows < _GetScreenHeight() && usCols > _GetScreenWidth() )
      {
         HB_GT_FUNC(gt_SetMode( usRows, _GetScreenWidth() ));
      }
      else if ( usRows > _GetScreenHeight() && usCols < _GetScreenWidth() )
      {
         HB_GT_FUNC(gt_SetMode( _GetScreenHeight(), usCols ));
      }
      ...

Later somehow this disappears.

Best regards,
Saulius
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to