Changeset 153:8cce7fb22dfb
- 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
| r145 |
r153 |
|
| 93 | 93 | |
|---|
| 94 | 94 | static public void notDraggable(Frame frame) { |
|---|
| 95 | | if (true) |
|---|
| 96 | | return; |
|---|
| | 95 | // if (true) |
|---|
| | 96 | // return; |
|---|
| 97 | 97 | |
|---|
| 98 | 98 | try { |
|---|
| r70 |
r153 |
|
| 1194 | 1194 | int vertexObjectID = BasicContextManager.getId(this); |
|---|
| 1195 | 1195 | |
|---|
| 1196 | | |
|---|
| 1197 | 1196 | assert (gl.glGetError() == 0); |
|---|
| 1198 | 1197 | gl.glBindVertexArrayAPPLE(0); |
|---|
| … | … | |
| 1330 | 1329 | } |
|---|
| 1331 | 1330 | |
|---|
| 1332 | | |
|---|
| 1333 | | |
|---|
| | 1331 | |
|---|
| | 1332 | |
|---|
| 1334 | 1333 | @Override |
|---|
| 1335 | 1334 | public ShortBuffer triangle() { |
|---|