jdk/src/solaris/classes/sun/awt/X11/XQueryTree.java
changeset 3938 ef327bd847c0
parent 2802 d05a9dcc8296
child 4214 0fa32d38146b
equal deleted inserted replaced
3934:487e1aa949c4 3938:ef327bd847c0
    26 // This file is an automatically generated file, please do not edit this file, modify the WrapperGenerator.java file instead !
    26 // This file is an automatically generated file, please do not edit this file, modify the WrapperGenerator.java file instead !
    27 
    27 
    28 package sun.awt.X11;
    28 package sun.awt.X11;
    29 
    29 
    30 import sun.misc.Unsafe;
    30 import sun.misc.Unsafe;
    31 import java.util.logging.*;
       
    32 
    31 
    33 public class XQueryTree {
    32 public class XQueryTree {
    34         private static Unsafe unsafe = XlibWrapper.unsafe;
    33         private static Unsafe unsafe = XlibWrapper.unsafe;
    35     private static final Logger log = Logger.getLogger("sun.awt.X11.XQueryTree");
       
    36         private boolean __executed = false;
    34         private boolean __executed = false;
    37         long _w;
    35         long _w;
    38         long root_ptr = unsafe.allocateMemory(Native.getLongSize());
    36         long root_ptr = unsafe.allocateMemory(Native.getLongSize());
    39         long parent_ptr = unsafe.allocateMemory(Native.getLongSize());
    37         long parent_ptr = unsafe.allocateMemory(Native.getLongSize());
    40         long children_ptr = unsafe.allocateMemory(Native.getLongSize());
    38         long children_ptr = unsafe.allocateMemory(Native.getLongSize());