jdk/src/windows/native/sun/java2d/d3d/D3DContext.h
changeset 16734 da1901d79073
parent 5506 202f599c92aa
equal deleted inserted replaced
16733:9267ec7004a1 16734:da1901d79073
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2008, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    26 #ifndef D3DCONTEXT_H
    26 #ifndef D3DCONTEXT_H
    27 #define D3DCONTEXT_H
    27 #define D3DCONTEXT_H
    28 
    28 
    29 #include "java_awt_Transparency.h"
    29 #include "java_awt_Transparency.h"
    30 #include "sun_java2d_pipe_BufferedContext.h"
    30 #include "sun_java2d_pipe_BufferedContext.h"
    31 #include "sun_java2d_d3d_D3DContext.h"
       
    32 #include "sun_java2d_d3d_D3DContext_D3DContextCaps.h"
    31 #include "sun_java2d_d3d_D3DContext_D3DContextCaps.h"
    33 #include "sun_java2d_d3d_D3DSurfaceData.h"
    32 #include "sun_java2d_d3d_D3DSurfaceData.h"
    34 #include "sun_java2d_pipe_hw_AccelDeviceEventNotifier.h"
    33 #include "sun_java2d_pipe_hw_AccelDeviceEventNotifier.h"
    35 
    34 
    36 #include "ShaderList.h"
    35 #include "ShaderList.h"