/[classpath]/classpath/gnu/java/awt/peer/qt/QtScreenDeviceConfiguration.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/qt/QtScreenDeviceConfiguration.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Tue Aug 16 16:22:36 2005 UTC revision 1.1.2.2 by gnu_andrew, Sat Sep 10 15:31:38 2005 UTC
# Line 138  public class QtScreenDeviceConfiguration Line 138  public class QtScreenDeviceConfiguration
138      nTrans.scale( 72.0 / dpiX, 72.0 / dpiY );      nTrans.scale( 72.0 / dpiX, 72.0 / dpiY );
139      return nTrans;      return nTrans;
140    }    }
141    
142      public VolatileImage createCompatibleVolatileImage(int width, int height,
143                                                         int transparency)
144      {
145        return createCompatibleVolatileImage(width, height);
146      }
147  }  }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26