1 /***********************************************************
2 * Copyright (C) 1997, Be Inc. Copyright (C) 1999, Jake Hamby.
4 * This program is freely distributable without licensing fees
5 * and is provided without guarantee or warrantee expressed or
6 * implied. This program is -not- in the public domain.
9 * FILE: glutOverlay.cpp
11 * DESCRIPTION: we don't support overlays, so this code is
13 ***********************************************************/
15 /***********************************************************
17 ***********************************************************/
21 void glutEstablishOverlay() {
22 __glutFatalError("BeOS lacks overlay support.");
25 void glutUseLayer(GLenum layer
) {
29 void glutRemoveOverlay() {
33 void glutPostOverlayRedisplay() {
37 void glutShowOverlay() {
41 void glutHideOverlay() {
45 void glutPostWindowOverlayRedisplay(int win
) {