/[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.2 by fitzsim, Fri Aug 19 01:29:26 2005 UTC revision 1.3 by smarothy, Sun Aug 21 00:19:49 2005 UTC
# Line 139  public class QtScreenDeviceConfiguration Line 139  public class QtScreenDeviceConfiguration
139      return nTrans;      return nTrans;
140    }    }
141    
142    public VolatileImage createCompatibleVolatileImage(int width, int height, int transparency)    public VolatileImage createCompatibleVolatileImage(int width, int height,
143                                                         int transparency)
144    {    {
145      // TODO Auto-generated method stub      return createCompatibleVolatileImage(width, height);
     return null;  
146    }    }
147  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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