Show
Ignore:
Timestamp:
05/17/08 11:34:28 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Update to SWT 3.4M7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/graphics/GCData.d

    r53 r213  
    2020import dwt.graphics.Device; 
    2121import dwt.graphics.Pattern; 
     22import dwt.graphics.Font; 
    2223 
    2324/** 
     
    3738    public int foreground = -1; 
    3839    public int background = -1; 
    39     public HFONT hFont; 
     40    public Font font; 
    4041    public Pattern foregroundPattern; 
    4142    public Pattern backgroundPattern; 
     
    4849    public float lineMiterLimit = 10; 
    4950    public int alpha = 0xFF; 
    50     public int uiState = 0; 
    5151 
    5252    public Image image; 
     
    6464    public Gdip.Font gdipFont; 
    6565    public float gdipXOffset, gdipYOffset; 
     66    public int uiState = 0; 
     67    public bool focusDrawn; 
    6668} 
    6769