bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/24099] GdkGraphics2D.copyArea() needs to be implemented


From: pere at hungry dot com
Subject: [Bug swing/24099] GdkGraphics2D.copyArea() needs to be implemented
Date: 20 May 2006 21:35:31 -0000


------- Comment #7 from pere at hungry dot com  2006-05-20 21:35 -------
This seem to be implemented now.  I find this code in
gnu/java/awt/peer/gtk/GdkGraphics2D.java from the current CVS.  Should this
bug be marked as fixed?

  public void copyArea(int x, int y, int width, int height, int dx, int dy)
  {
    GdkGraphics2D g = (GdkGraphics2D) create(x, y, width, height);
    gdkDrawDrawable(g, x + dx, y + dy);
  }


-- 

pere at hungry dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pere at hungry dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24099





reply via email to

[Prev in Thread] Current Thread [Next in Thread]