diff options
author | Sven Gothel <[email protected]> | 2010-07-16 04:04:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-07-16 04:04:37 +0200 |
commit | 8db35dabaef54b96eb90dde02cacebdeacd50126 (patch) | |
tree | 9d7ab9e46d375ca32008aa13341b1ef67638bf59 /src/demos/es2 | |
parent | 348c43a12199e71017767930b0b42d939db47312 (diff) |
Fixes against JOGL a4b16ad544f3f7872f15e52d7ada7dc1e506d333
Diffstat (limited to 'src/demos/es2')
-rwxr-xr-x | src/demos/es2/RedSquare.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/demos/es2/RedSquare.java b/src/demos/es2/RedSquare.java index 980697d..af3567d 100755 --- a/src/demos/es2/RedSquare.java +++ b/src/demos/es2/RedSquare.java @@ -31,6 +31,8 @@ public class RedSquare extends Thread implements WindowListener, KeyListener, Mo this.type=type; } + public void windowRepaint(WindowUpdateEvent e) { } + public void windowResized(WindowEvent e) { } public void windowMoved(WindowEvent e) { } |