Changeset 219 for trunk/src


Ignore:
Timestamp:
Nov 9, 2009, 1:04:11 PM (16 years ago)
Author:
lpino
Message:
  • Sinc of code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/org.eclipse.swt/Eclipse SWT/pm/org/eclipse/swt/graphics/GC.java

    r14 r219  
    8787        if (drawable == null) SWT.error(SWT.ERROR_NULL_ARGUMENT);
    8888        GCData data = new GCData ();
    89     data.doInit = true;
     89        data.doInit = true;
    9090        int hps = drawable.internal_new_GC (data);
    9191        Device device = data.device;
     
    491491        if (hBitmap == 0) hBitmap = hbmPointer;
    492492        BITMAPINFOHEADER2 bm = new BITMAPINFOHEADER2();
    493     OS.GpiQueryBitmapInfoHeader (hBitmap, bm);
     493        OS.GpiQueryBitmapInfoHeader (hBitmap, bm);
    494494        int iconWidth = bm.cx, iconHeight = bm.cy;
    495495        if (hBitmap == hbmPointer) iconHeight /= 2;
Note: See TracChangeset for help on using the changeset viewer.