Field

Changeset 153:8cce7fb22dfb

Show
Ignore:
Timestamp:
08/15/2008 01:49:30 AM (4 months ago)
Author:
marc@f1.local
branch:
default
Message:

commented back in the ability to stop FullScreenCanvas?'s from being dragged by their windows. At the first sign of segfaults inside Cocoa, comment this back out and we'll think of something else.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • development/java/field/core/windowing/T_TransWindow.java

    r145 r153  
    9393 
    9494        static public void notDraggable(Frame frame) { 
    95               if (true) 
    96                       return; 
     95//            if (true) 
     96//                    return; 
    9797 
    9898                try { 
  • development/java/field/graphics/core/BasicGeometry.java

    r70 r153  
    11941194                        int vertexObjectID = BasicContextManager.getId(this); 
    11951195 
    1196  
    11971196                        assert (gl.glGetError() == 0); 
    11981197                        gl.glBindVertexArrayAPPLE(0); 
     
    13301329                } 
    13311330 
    1332                  
    1333                  
     1331 
     1332 
    13341333                @Override 
    13351334                public ShortBuffer triangle() {