Revision: 13596
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13596&view=rev
Author:   druzus
Date:     2010-01-15 19:10:19 +0000 (Fri, 15 Jan 2010)

Log Message:
-----------
2010-01-15 20:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
  * harbour/contrib/hbwin/win_tprn.prg
    ! removed left by mistake unused variable
    * save only numeric parameters in SetColor() method.
      QUESTION: TextOut() method uses 4-th parameter to control text
                alignment but it uses own constant values:
                  0 == left, 1 == right, 2 == centered
                instead of TA_* constants. Should we keep it or rather
                use windows constant values adding also support for vertical
                alignment? In current xHarbour code this parameter was changed
                to accept windows constants and 5-th parameter was added which
                is OR-ed with the 4-th one but for me this part is redundant.
  * harbour/contrib/hbwin/win_prn1.c
    % minor optimization

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/hbwin/win_prn1.c
    trunk/harbour/contrib/hbwin/win_tprn.prg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to