HTMLEditorKit.class: Regenerate

* classpath/lib/javax/swing/text/html/HTMLEditorKit.class: Regenerate
	* gnu/java/awt/peer/gtk/ComponentGraphics.h: Same.

From-SVN: r124761
This commit is contained in:
David Daney 2007-05-16 06:54:58 +00:00 committed by David Daney
parent 4ef2b6ed33
commit ee12b57dc3
3 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2007-05-15 David Daney <ddaney@avtrex.com>
* classpath/lib/javax/swing/text/html/HTMLEditorKit.class: Regenerate
* gnu/java/awt/peer/gtk/ComponentGraphics.h: Same.
2007-05-15 Keith Seitz <keiths@redhat.com>
* interpret.cc (STOREA): Rewrite using temporary variable to

View File

@ -26,7 +26,6 @@ extern "Java"
namespace gtk
{
class ComponentGraphics;
class GdkFontPeer;
class GtkComponentPeer;
class GtkImage;
}
@ -110,9 +109,6 @@ private:
public: // actually protected
virtual ::java::awt::image::ColorModel * getNativeCM();
virtual jlong init(jlong);
public:
virtual void disposeNative(jlong);
public: // actually protected
virtual void drawPixels(jlong, JArray< jint > *, jint, jint, jint, JArray< jdouble > *, jdouble, jint);
virtual void setGradient(jlong, jdouble, jdouble, jdouble, jdouble, jint, jint, jint, jint, jint, jint, jint, jint, jboolean);
virtual void setPaintPixels(jlong, JArray< jint > *, jint, jint, jint, jboolean, jint, jint);
@ -123,8 +119,6 @@ public: // actually protected
virtual void cairoSetFillRule(jlong, jint);
virtual void cairoSetLine(jlong, jdouble, jint, jint, jdouble);
virtual void cairoSetDash(jlong, JArray< jdouble > *, jint, jdouble);
virtual void cairoDrawGlyphVector(jlong, ::gnu::java::awt::peer::gtk::GdkFontPeer *, jfloat, jfloat, jint, JArray< jint > *, JArray< jfloat > *);
virtual void cairoSetFont(jlong, ::gnu::java::awt::peer::gtk::GdkFontPeer *);
virtual void cairoRectangle(jlong, jdouble, jdouble, jdouble, jdouble);
virtual void cairoArc(jlong, jdouble, jdouble, jdouble, jdouble, jdouble);
virtual void cairoSave(jlong);