jdk/src/solaris/classes/sun/awt/X11/XlibWrapper.java
changeset 2462 192552ca8292
parent 1966 12a51fb0db0d
child 2472 b7aba00cabb6
equal deleted inserted replaced
2461:5a213483d221 2462:192552ca8292
   531      */
   531      */
   532     static native boolean XShapeQueryExtension(long display, long event_base_return, long error_base_return);
   532     static native boolean XShapeQueryExtension(long display, long event_base_return, long error_base_return);
   533     static native void SetRectangularShape(long display, long window,
   533     static native void SetRectangularShape(long display, long window,
   534             int lox, int loy, int hix, int hiy,
   534             int lox, int loy, int hix, int hiy,
   535             sun.java2d.pipe.Region region);
   535             sun.java2d.pipe.Region region);
       
   536     static native void SetZOrder(long display, long window, long above);
   536 
   537 
   537 /* Global memory area used for X lib parameter passing */
   538 /* Global memory area used for X lib parameter passing */
   538 
   539 
   539     final static long lbuffer = unsafe.allocateMemory(64);  // array to hold 8 longs
   540     final static long lbuffer = unsafe.allocateMemory(64);  // array to hold 8 longs
   540     final static long ibuffer = unsafe.allocateMemory(32);  // array to hold 8 ints
   541     final static long ibuffer = unsafe.allocateMemory(32);  // array to hold 8 ints