Added missing DrawableLWJGL method.

This commit is contained in:
Ioannis Tsakpinis 2011-09-03 19:08:27 +00:00
parent 41af142324
commit d924981170

View file

@ -107,6 +107,10 @@ public class AWTGLCanvas extends Canvas implements DrawableLWJGL, ComponentListe
}
}
public void setPixelFormat(final PixelFormatLWJGL pf) throws LWJGLException {
throw new UnsupportedOperationException();
}
public void setPixelFormat(final PixelFormatLWJGL pf, final ContextAttribs attribs) throws LWJGLException {
throw new UnsupportedOperationException();
}