HaikuDepot: notify work status from main window
[haiku.git] / src / libs / glut / glutOverlay.cpp
blobfed757fe9541ed607d83e4305833a5a3d5891c6c
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
12 * really simple
13 ***********************************************************/
15 /***********************************************************
16 * Headers
17 ***********************************************************/
18 #include <GL/glut.h>
19 #include "glutint.h"
21 void glutEstablishOverlay() {
22 __glutFatalError("BeOS lacks overlay support.");
25 void glutUseLayer(GLenum layer) {
26 // ignore
29 void glutRemoveOverlay() {
30 // ignore
33 void glutPostOverlayRedisplay() {
34 // ignore
37 void glutShowOverlay() {
38 // ignore
41 void glutHideOverlay() {
42 // ignore
45 void glutPostWindowOverlayRedisplay(int win) {
46 // ignore