*** empty log message ***

This commit is contained in:
Elias Naur 2004-07-16 08:23:49 +00:00
parent 2951ef02cc
commit d1e887d793
1 changed files with 4 additions and 4 deletions

View File

@ -32,13 +32,13 @@
package org.lwjgl.opengl;
/**
* This is the abstract class for a Window in LWJGL. LWJGL windows have some
* This is the abstract class for a Display in LWJGL. LWJGL displays have some
* peculiar characteristics:
*
* - the window may be closeable by the user or operating system, and may be minimized
* - the display may be closeable by the user or operating system, and may be minimized
* by the user or operating system
* - only one window may ever be open at once
* - the operating system may or may not be able to do fullscreen or windowed windows.
* - only one display may ever be open at once
* - the operating system may or may not be able to do fullscreen or windowed displays.
*
* @author foo
*/