/[classpath]/classpath/native/jni/qt-peer/qtgraphics.cpp
ViewVC logotype

Diff of /classpath/native/jni/qt-peer/qtgraphics.cpp

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

revision 1.3 by smarothy, Tue Aug 16 23:22:09 2005 UTC revision 1.4 by smarothy, Sun Aug 21 00:19:49 2005 UTC
# Line 211  JNIEXPORT jobject JNICALL Java_gnu_java_ Line 211  JNIEXPORT jobject JNICALL Java_gnu_java_
211  {  {
212    QPainter *painter = getPainter( env, obj );    QPainter *painter = getPainter( env, obj );
213    assert( painter );    assert( painter );
   
214    qreal x, y, w, h;    qreal x, y, w, h;
215    painter->clipPath().boundingRect().getRect(&x, &y, &w, &h);        painter->clipPath().boundingRect().getRect(&x, &y, &w, &h);    
216    

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

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