diff options
Diffstat (limited to 'src/glut/beos/glutOverlay.cpp')
-rw-r--r-- | src/glut/beos/glutOverlay.cpp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/glut/beos/glutOverlay.cpp b/src/glut/beos/glutOverlay.cpp index eaabb8373a..fed757fe95 100644 --- a/src/glut/beos/glutOverlay.cpp +++ b/src/glut/beos/glutOverlay.cpp @@ -1,5 +1,10 @@ /*********************************************************** - * Copyright (C) 1997, Be Inc. All rights reserved. + * Copyright (C) 1997, Be Inc. Copyright (C) 1999, Jake Hamby. + * + * This program is freely distributable without licensing fees + * and is provided without guarantee or warrantee expressed or + * implied. This program is -not- in the public domain. + * * * FILE: glutOverlay.cpp * @@ -35,4 +40,8 @@ void glutShowOverlay() { void glutHideOverlay() { // ignore -}
\ No newline at end of file +} + +void glutPostWindowOverlayRedisplay(int win) { + // ignore +} |