summaryrefslogtreecommitdiff
path: root/libjava/java/awt/Window$WindowFlipBufferStrategy.h
blob: 0fd395f3ec3833f489e1a90f8dee7b04649646f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_awt_Window$WindowFlipBufferStrategy__
#define __java_awt_Window$WindowFlipBufferStrategy__

#pragma interface

#include <java/awt/Component$FlipBufferStrategy.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class Window;
        class Window$WindowFlipBufferStrategy;
    }
  }
}

class java::awt::Window$WindowFlipBufferStrategy : public ::java::awt::Component$FlipBufferStrategy
{

public: // actually package-private
  Window$WindowFlipBufferStrategy(::java::awt::Window *, jint);
  ::java::awt::Window * __attribute__((aligned(__alignof__( ::java::awt::Component$FlipBufferStrategy)))) this$0;
public:
  static ::java::lang::Class class$;
};

#endif // __java_awt_Window$WindowFlipBufferStrategy__