lwjgl/src/native/linux
Elias Naur 40373ec422 Reverted the dirty flag change, because it might be used as a flag to check if the back buffer is corrupted when creating textures from the it. You can't just swap the back buffer in to clear the flag in that case. So we need the flag to be cleared also when isDirty is called 2004-04-04 14:09:12 +00:00
..
Makefile.am Split GLX from extgl into separate platform specific extgl_glx 2004-03-11 12:38:13 +00:00
Window.h Split GLX from extgl into separate platform specific extgl_glx 2004-03-11 12:38:13 +00:00
extgl_glx.cpp Split GLX from extgl into separate platform specific extgl_glx 2004-03-11 12:38:13 +00:00
extgl_glx.h Split GLX from extgl into separate platform specific extgl_glx 2004-03-11 12:38:13 +00:00
extxcursor.cpp Reduced Sys.debug from bool -> int 2003-12-20 22:03:25 +00:00
extxcursor.h Native cursors implemented 2003-05-16 18:39:46 +00:00
org_lwjgl_Display.cpp Added null check in linux setDisplayMode 2004-02-11 11:25:19 +00:00
org_lwjgl_Sys.cpp Implemented version check to check for incompatible native libraries 2004-03-27 14:09:55 +00:00
org_lwjgl_input_Controller.cpp Implemented mouse button buffering 2003-10-11 16:29:40 +00:00
org_lwjgl_input_Cursor.cpp Cursor animation support regardless of platform features 2004-03-21 21:54:57 +00:00
org_lwjgl_input_Keyboard.cpp Save unread buffered input events between read()s 2004-03-26 21:11:20 +00:00
org_lwjgl_input_Mouse.cpp Save unread buffered input events between read()s 2004-03-26 21:11:20 +00:00
org_lwjgl_opengl_Pbuffer.cpp added missing software flag checks in linux 2004-03-29 11:26:26 +00:00
org_lwjgl_opengl_Window.cpp Reverted the dirty flag change, because it might be used as a flag to check if the back buffer is corrupted when creating textures from the it. You can't just swap the back buffer in to clear the flag in that case. So we need the flag to be cleared also when isDirty is called 2004-04-04 14:09:12 +00:00