Move getPbufferCaps to DisplayImplementation. Mac OS X pbuffer support

This commit is contained in:
Elias Naur 2004-11-18 12:10:28 +00:00
parent c307e9a13e
commit 9ec94cb364
10 changed files with 182 additions and 43 deletions

View file

@ -102,4 +102,5 @@ final class Win32Display implements DisplayImplementation {
}
public native void destroyCursor(Object cursorHandle);
public native int getPbufferCaps();
}