< prev index next >

src/java.desktop/share/classes/sun/awt/image/VolatileSurfaceManager.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 244,254 **** * Creates a new accelerated surface that is compatible with the * current GraphicsConfiguration. Returns the new accelerated * SurfaceData object, or null if the surface creation was not successful. * * Platform-specific subclasses should initialize an accelerated ! * surface (e.g. a DirectDraw surface on Windows, an OpenGL pbuffer, * or an X11 pixmap). */ protected abstract SurfaceData initAcceleratedSurface(); /** --- 244,254 ---- * Creates a new accelerated surface that is compatible with the * current GraphicsConfiguration. Returns the new accelerated * SurfaceData object, or null if the surface creation was not successful. * * Platform-specific subclasses should initialize an accelerated ! * surface (e.g. a DirectDraw surface on Windows, an OpenGL FBO, * or an X11 pixmap). */ protected abstract SurfaceData initAcceleratedSurface(); /**
< prev index next >