|
Last change
on this file was 13020, checked in by Gary Palter, 15 years ago |
|
Add the Objective-C test case for Cocotron issue 405
|
-
Property svn:executable
set to
*
|
|
File size:
261 bytes
|
| Line | |
|---|
| 1 | //
|
|---|
| 2 | // Issue405WindowView.m
|
|---|
| 3 | // issue405
|
|---|
| 4 | //
|
|---|
| 5 | // Created by Gary Palter on 10/14/09.
|
|---|
| 6 | // Copyright 2009 Clozure Associates. All rights reserved.
|
|---|
| 7 | //
|
|---|
| 8 |
|
|---|
| 9 | #import "Issue405WindowView.h"
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | @implementation Issue405WindowView
|
|---|
| 13 |
|
|---|
| 14 | -(BOOL) isFlipped
|
|---|
| 15 | {
|
|---|
| 16 | return YES;
|
|---|
| 17 | }
|
|---|
| 18 |
|
|---|
| 19 | @end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.