glutSetWindow



glutSetWindow

NAME
SYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO
AUTHOR

NAME

glutSetWindow - sets the current window; glutGetWindow - returns the identifier of the current window.

SYNTAX

void glutSetWindow(int win);
int glutGetWindow(void);

ARGUMENTS

win

Identifier of GLUT window to make the current window.

DESCRIPTION

glutSetWindow sets the current window; glutGetWindow returns the identifier of the current window. If no windows exist or the previously current window was destroyed, glutGetWindow returns zero. glutSetWindow does not change the layer in use for the window; this is done using glutUseLayer.

SEE ALSO

glutCreateWindow, glutSetMenu

AUTHOR

Mark J. Kilgard (mjk@nvidia.com)



More Linux Commands

manpages/mailaddr.7.html
mailaddr(7) - mail addressing description - Linux man page
This manual page gives a brief introduction to SMTP mail addresses, as used on the Internet. These addresses are in the general format user@domain where a domai

manpages/XML::DOM::AttDef.3pm.html
XML::DOM::AttDef(3pm) - A single XML attribute definition in
XML::DOM::AttDef extends XML::DOM::Node, but is not part of the DOM Level 1 specification. Each object of this class represents one attribute definition in an A

manpages/sane-leo.5.html
sane-leo(5) - SANE backend for LEO Technologies scanners....
The sane-leo library implements a SANE (Scanner Access Now Easy) backend that provides access to some LEO SCSI flatbed scanners. This backend should be consider

manpages/locks.5.html
locks(5) - libzypp locking file (Formats - Linux man page)
The file /etc/zypp/locks is read by libzypp at start-up if zypp.conf allows it. The entries are used for initial locking of packages. Locking a package means no

manpages/dracut-mount.service.8.html
dracut-mount.service(8) runs the dracut hooks after sysroot
This service runs all dracut hooks after the real root is mounted on /sysroot. AUTHORS Harald Hoyer SEE ALSO dracut.bootup(7) dracut(8) dracut-mount.service.8 (

manpages/SDL_PixelFormat.3.html
SDL_PixelFormat(3) - Stores surface format information......
A SDL_PixelFormat describes the format of the pixel data stored at the pixels field of a SDL_Surface. Every surface stores a SDL_PixelFormat in the format field

manpages/locale.1.html
locale(1) get locale-specific information - Linux man page
The locale command displays information about the current locale, or all locales, on standard output. When invoked without arguments, locale displays the curren

manpages/Mail::SPF::SenderIPAddrMech.3pm.html
Mail::SPF::SenderIPAddrMech(3pm) - Abstract base class for S
Mail::SPF::SenderIPAddrMech is an abstract base class for SPF record mechanisms that operate on the SMTP senders IP address. It cannot be instantiated directly.

manpages/add_mibdir.3.html
add_mibdir(3) - netsnmp_mib_api functions - Linux man page
The functions dealing with MIB modules fall into four groups - those dealing with initialisation and shutdown, with reading in and parsing MIB files, with searc

manpages/adduser.8.html
adduser(8) - create a new user account - Linux manual page
useradd creates a new user account using the default values from /etc/default/useradd and the specified on the command line. Depending on the command line optio

manpages/netlink.7.html
netlink(7) - Communication between kernel and userspace (AF_
Netlink is used to transfer information between kernel and user-space processes. It consists of a standard sockets-based interface for user space processes and

manpages/plasmaengineexplorer.1.html
plasmaengineexplorer(1) - Provides direct access to plasma d
plasmaengineexplorer is a graphical tool allowing developers to test Plasma data engines without writing a Plasma applet. If no options are given, it will start





We can't live, work or learn in freedom unless the software we use is free.