equal
deleted
inserted
replaced
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 |