src/java.desktop/unix/classes/sun/java2d/xr/XcbRequestCounter.java

Print this page

        

*** 30,40 **** * In order to be compatible with xcb we have to wrap exactly when xcb would do. * @author Clemens Eisserer */ public class XcbRequestCounter { ! private final static long MAX_UINT = 4294967295L; long value; public XcbRequestCounter(long value) { this.value = value; --- 30,40 ---- * In order to be compatible with xcb we have to wrap exactly when xcb would do. * @author Clemens Eisserer */ public class XcbRequestCounter { ! private static final long MAX_UINT = 4294967295L; long value; public XcbRequestCounter(long value) { this.value = value;