Revision: 4748 http://sourceforge.net/p/vexi/code/4748 Author: mkpg2 Date: 2014-11-13 01:28:32 +0000 (Thu, 13 Nov 2014) Log Message: ----------- Build fix.
Modified Paths: -------------- branches/vexi3/org.vexi-core.main/src/main/jpp/org/vexi/core/Box.jpp Modified: branches/vexi3/org.vexi-core.main/src/main/jpp/org/vexi/core/Box.jpp =================================================================== --- branches/vexi3/org.vexi-core.main/src/main/jpp/org/vexi/core/Box.jpp 2014-11-13 01:25:46 UTC (rev 4747) +++ branches/vexi3/org.vexi-core.main/src/main/jpp/org/vexi/core/Box.jpp 2014-11-13 01:28:32 UTC (rev 4748) @@ -214,10 +214,10 @@ private final boolean test(short mask) { return ((trapflags & mask) == mask); } // FLAGS helper functions - private final void setclear(int mask, boolean set) { if (set) set(mask); else clear(mask); } - private final void set(int mask) { flags |= mask; } - private final void clear(int mask) { flags &= ~mask; } - private final boolean test(int mask) { return ((flags & mask) == mask); } + final private void setclear(int mask, boolean set) { if (set) set(mask); else clear(mask); } + final protected void set(int mask) { flags |= mask; } + final private void clear(int mask) { flags &= ~mask; } + final private boolean test(int mask) { return ((flags & mask) == mask); } public final int getIntFillcolor() { return visual.fillcolor; @@ -250,7 +250,7 @@ private static final int VSHRINK = 0x00000008; private static final int SHRINK = HSHRINK | VSHRINK; - private static final int TILE_IMAGE = 0x00000010; + static final protected int TILE_IMAGE = 0x00000010; private static final int CURSOR = 0x00000020; private static final int MOUSEINSIDE = 0x00000040; private static final int MOUSEINSIDE_BLOCKED = 0x00000080; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn