From 974af03e304a92fa662dd60a0fd011eba5a9ac97 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 2 Nov 2004 11:23:15 +0000 Subject: [PATCH] Remove autogenerated headers --- src/native/common/org_lwjgl_Sys.h | 89 ----- .../common/org_lwjgl_input_Controller.h | 77 ---- src/native/common/org_lwjgl_input_Cursor.h | 31 -- src/native/common/org_lwjgl_input_Keyboard.h | 342 ------------------ src/native/common/org_lwjgl_input_Mouse.h | 150 -------- src/native/common/org_lwjgl_openal_AL.h | 49 --- src/native/common/org_lwjgl_openal_eax_EAX.h | 30 -- .../common/org_lwjgl_openal_eax_EAX20.h | 143 -------- ...org_lwjgl_openal_eax_EAXBufferProperties.h | 161 --------- ...g_lwjgl_openal_eax_EAXListenerProperties.h | 176 --------- src/native/common/org_lwjgl_opengl_Display.h | 200 ---------- .../common/org_lwjgl_opengl_GLContext.h | 160 -------- src/native/common/org_lwjgl_opengl_Pbuffer.h | 113 ------ 13 files changed, 1721 deletions(-) delete mode 100644 src/native/common/org_lwjgl_Sys.h delete mode 100644 src/native/common/org_lwjgl_input_Controller.h delete mode 100644 src/native/common/org_lwjgl_input_Cursor.h delete mode 100644 src/native/common/org_lwjgl_input_Keyboard.h delete mode 100644 src/native/common/org_lwjgl_input_Mouse.h delete mode 100644 src/native/common/org_lwjgl_openal_AL.h delete mode 100644 src/native/common/org_lwjgl_openal_eax_EAX.h delete mode 100644 src/native/common/org_lwjgl_openal_eax_EAX20.h delete mode 100644 src/native/common/org_lwjgl_openal_eax_EAXBufferProperties.h delete mode 100644 src/native/common/org_lwjgl_openal_eax_EAXListenerProperties.h delete mode 100644 src/native/common/org_lwjgl_opengl_Display.h delete mode 100644 src/native/common/org_lwjgl_opengl_GLContext.h delete mode 100644 src/native/common/org_lwjgl_opengl_Pbuffer.h diff --git a/src/native/common/org_lwjgl_Sys.h b/src/native/common/org_lwjgl_Sys.h deleted file mode 100644 index bafab4a8..00000000 --- a/src/native/common/org_lwjgl_Sys.h +++ /dev/null @@ -1,89 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_Sys */ - -#ifndef _Included_org_lwjgl_Sys -#define _Included_org_lwjgl_Sys -#ifdef __cplusplus -extern "C" { -#endif -#undef org_lwjgl_Sys_LOW_PRIORITY -#define org_lwjgl_Sys_LOW_PRIORITY -1L -#undef org_lwjgl_Sys_NORMAL_PRIORITY -#define org_lwjgl_Sys_NORMAL_PRIORITY 0L -#undef org_lwjgl_Sys_HIGH_PRIORITY -#define org_lwjgl_Sys_HIGH_PRIORITY 1L -#undef org_lwjgl_Sys_REALTIME_PRIORITY -#define org_lwjgl_Sys_REALTIME_PRIORITY 2L -/* Inaccessible static: LIBRARY_NAME */ -/* Inaccessible static: PLATFORM */ -/* Inaccessible static: DEBUG */ -/* Inaccessible static: initialized */ -/* - * Class: org_lwjgl_Sys - * Method: getNativeLibraryVersion - * Signature: ()Ljava/lang/String; - */ -JNIEXPORT jstring JNICALL Java_org_lwjgl_Sys_getNativeLibraryVersion - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_Sys - * Method: setDebug - * Signature: (Z)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_Sys_setDebug - (JNIEnv *, jclass, jboolean); - -/* - * Class: org_lwjgl_Sys - * Method: getTimerResolution - * Signature: ()J - */ -JNIEXPORT jlong JNICALL Java_org_lwjgl_Sys_getTimerResolution - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_Sys - * Method: ngetTime - * Signature: ()J - */ -JNIEXPORT jlong JNICALL Java_org_lwjgl_Sys_ngetTime - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_Sys - * Method: setProcessPriority - * Signature: (I)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_Sys_setProcessPriority - (JNIEnv *, jclass, jint); - -/* - * Class: org_lwjgl_Sys - * Method: nAlert - * Signature: (Ljava/lang/String;Ljava/lang/String;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_Sys_nAlert - (JNIEnv *, jclass, jstring, jstring); - -/* - * Class: org_lwjgl_Sys - * Method: nOpenURL - * Signature: (Ljava/lang/String;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_Sys_nOpenURL - (JNIEnv *, jclass, jstring); - -/* - * Class: org_lwjgl_Sys - * Method: nGetClipboard - * Signature: ()Ljava/lang/String; - */ -JNIEXPORT jstring JNICALL Java_org_lwjgl_Sys_nGetClipboard - (JNIEnv *, jclass); - -#ifdef __cplusplus -} -#endif -#endif diff --git a/src/native/common/org_lwjgl_input_Controller.h b/src/native/common/org_lwjgl_input_Controller.h deleted file mode 100644 index 7711ed68..00000000 --- a/src/native/common/org_lwjgl_input_Controller.h +++ /dev/null @@ -1,77 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_input_Controller */ - -#ifndef _Included_org_lwjgl_input_Controller -#define _Included_org_lwjgl_input_Controller -#ifdef __cplusplus -extern "C" { -#endif -/* Inaccessible static: created */ -/* Inaccessible static: buttons */ -/* Inaccessible static: x */ -/* Inaccessible static: rx */ -/* Inaccessible static: y */ -/* Inaccessible static: ry */ -/* Inaccessible static: z */ -/* Inaccessible static: rz */ -/* Inaccessible static: pov */ -/* Inaccessible static: slider */ -#undef org_lwjgl_input_Controller_POV_CENTER -#define org_lwjgl_input_Controller_POV_CENTER -1L -#undef org_lwjgl_input_Controller_POV_NORTH -#define org_lwjgl_input_Controller_POV_NORTH 0L -#undef org_lwjgl_input_Controller_POV_SOUTH -#define org_lwjgl_input_Controller_POV_SOUTH 18000L -#undef org_lwjgl_input_Controller_POV_EAST -#define org_lwjgl_input_Controller_POV_EAST 27000L -#undef org_lwjgl_input_Controller_POV_WEST -#define org_lwjgl_input_Controller_POV_WEST 9000L -/* Inaccessible static: buttonCount */ -/* Inaccessible static: hasXAxis */ -/* Inaccessible static: hasRXAxis */ -/* Inaccessible static: hasYAxis */ -/* Inaccessible static: hasRYAxis */ -/* Inaccessible static: hasZAxis */ -/* Inaccessible static: hasRZAxis */ -/* Inaccessible static: hasPOV */ -/* Inaccessible static: hasSlider */ -/* Inaccessible static: buttonName */ -/* Inaccessible static: buttonMap */ -/* Inaccessible static: initialized */ -/* - * Class: org_lwjgl_input_Controller - * Method: nPoll - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Controller_nPoll - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Controller - * Method: nCreate - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Controller_nCreate - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Controller - * Method: nDestroy - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Controller_nDestroy - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Controller - * Method: initIDs - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Controller_initIDs - (JNIEnv *, jclass); - -#ifdef __cplusplus -} -#endif -#endif diff --git a/src/native/common/org_lwjgl_input_Cursor.h b/src/native/common/org_lwjgl_input_Cursor.h deleted file mode 100644 index 97b8c48d..00000000 --- a/src/native/common/org_lwjgl_input_Cursor.h +++ /dev/null @@ -1,31 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_input_Cursor */ - -#ifndef _Included_org_lwjgl_input_Cursor -#define _Included_org_lwjgl_input_Cursor -#ifdef __cplusplus -extern "C" { -#endif -#undef org_lwjgl_input_Cursor_HANDLE_SIZE -#define org_lwjgl_input_Cursor_HANDLE_SIZE 8L -/* - * Class: org_lwjgl_input_Cursor - * Method: nCreateCursor - * Signature: (Ljava/nio/ByteBuffer;IIIIILjava/nio/IntBuffer;ILjava/nio/IntBuffer;I)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Cursor_nCreateCursor - (JNIEnv *, jclass, jobject, jint, jint, jint, jint, jint, jobject, jint, jobject, jint); - -/* - * Class: org_lwjgl_input_Cursor - * Method: nDestroyCursor - * Signature: (Ljava/nio/ByteBuffer;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Cursor_nDestroyCursor - (JNIEnv *, jclass, jobject); - -#ifdef __cplusplus -} -#endif -#endif diff --git a/src/native/common/org_lwjgl_input_Keyboard.h b/src/native/common/org_lwjgl_input_Keyboard.h deleted file mode 100644 index 6bd4079d..00000000 --- a/src/native/common/org_lwjgl_input_Keyboard.h +++ /dev/null @@ -1,342 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_input_Keyboard */ - -#ifndef _Included_org_lwjgl_input_Keyboard -#define _Included_org_lwjgl_input_Keyboard -#ifdef __cplusplus -extern "C" { -#endif -#undef org_lwjgl_input_Keyboard_CHAR_NONE -#define org_lwjgl_input_Keyboard_CHAR_NONE 0L -#undef org_lwjgl_input_Keyboard_KEY_NONE -#define org_lwjgl_input_Keyboard_KEY_NONE 0L -#undef org_lwjgl_input_Keyboard_KEY_ESCAPE -#define org_lwjgl_input_Keyboard_KEY_ESCAPE 1L -#undef org_lwjgl_input_Keyboard_KEY_1 -#define org_lwjgl_input_Keyboard_KEY_1 2L -#undef org_lwjgl_input_Keyboard_KEY_2 -#define org_lwjgl_input_Keyboard_KEY_2 3L -#undef org_lwjgl_input_Keyboard_KEY_3 -#define org_lwjgl_input_Keyboard_KEY_3 4L -#undef org_lwjgl_input_Keyboard_KEY_4 -#define org_lwjgl_input_Keyboard_KEY_4 5L -#undef org_lwjgl_input_Keyboard_KEY_5 -#define org_lwjgl_input_Keyboard_KEY_5 6L -#undef org_lwjgl_input_Keyboard_KEY_6 -#define org_lwjgl_input_Keyboard_KEY_6 7L -#undef org_lwjgl_input_Keyboard_KEY_7 -#define org_lwjgl_input_Keyboard_KEY_7 8L -#undef org_lwjgl_input_Keyboard_KEY_8 -#define org_lwjgl_input_Keyboard_KEY_8 9L -#undef org_lwjgl_input_Keyboard_KEY_9 -#define org_lwjgl_input_Keyboard_KEY_9 10L -#undef org_lwjgl_input_Keyboard_KEY_0 -#define org_lwjgl_input_Keyboard_KEY_0 11L -#undef org_lwjgl_input_Keyboard_KEY_MINUS -#define org_lwjgl_input_Keyboard_KEY_MINUS 12L -#undef org_lwjgl_input_Keyboard_KEY_EQUALS -#define org_lwjgl_input_Keyboard_KEY_EQUALS 13L -#undef org_lwjgl_input_Keyboard_KEY_BACK -#define org_lwjgl_input_Keyboard_KEY_BACK 14L -#undef org_lwjgl_input_Keyboard_KEY_TAB -#define org_lwjgl_input_Keyboard_KEY_TAB 15L -#undef org_lwjgl_input_Keyboard_KEY_Q -#define org_lwjgl_input_Keyboard_KEY_Q 16L -#undef org_lwjgl_input_Keyboard_KEY_W -#define org_lwjgl_input_Keyboard_KEY_W 17L -#undef org_lwjgl_input_Keyboard_KEY_E -#define org_lwjgl_input_Keyboard_KEY_E 18L -#undef org_lwjgl_input_Keyboard_KEY_R -#define org_lwjgl_input_Keyboard_KEY_R 19L -#undef org_lwjgl_input_Keyboard_KEY_T -#define org_lwjgl_input_Keyboard_KEY_T 20L -#undef org_lwjgl_input_Keyboard_KEY_Y -#define org_lwjgl_input_Keyboard_KEY_Y 21L -#undef org_lwjgl_input_Keyboard_KEY_U -#define org_lwjgl_input_Keyboard_KEY_U 22L -#undef org_lwjgl_input_Keyboard_KEY_I -#define org_lwjgl_input_Keyboard_KEY_I 23L -#undef org_lwjgl_input_Keyboard_KEY_O -#define org_lwjgl_input_Keyboard_KEY_O 24L -#undef org_lwjgl_input_Keyboard_KEY_P -#define org_lwjgl_input_Keyboard_KEY_P 25L -#undef org_lwjgl_input_Keyboard_KEY_LBRACKET -#define org_lwjgl_input_Keyboard_KEY_LBRACKET 26L -#undef org_lwjgl_input_Keyboard_KEY_RBRACKET -#define org_lwjgl_input_Keyboard_KEY_RBRACKET 27L -#undef org_lwjgl_input_Keyboard_KEY_RETURN -#define org_lwjgl_input_Keyboard_KEY_RETURN 28L -#undef org_lwjgl_input_Keyboard_KEY_LCONTROL -#define org_lwjgl_input_Keyboard_KEY_LCONTROL 29L -#undef org_lwjgl_input_Keyboard_KEY_A -#define org_lwjgl_input_Keyboard_KEY_A 30L -#undef org_lwjgl_input_Keyboard_KEY_S -#define org_lwjgl_input_Keyboard_KEY_S 31L -#undef org_lwjgl_input_Keyboard_KEY_D -#define org_lwjgl_input_Keyboard_KEY_D 32L -#undef org_lwjgl_input_Keyboard_KEY_F -#define org_lwjgl_input_Keyboard_KEY_F 33L -#undef org_lwjgl_input_Keyboard_KEY_G -#define org_lwjgl_input_Keyboard_KEY_G 34L -#undef org_lwjgl_input_Keyboard_KEY_H -#define org_lwjgl_input_Keyboard_KEY_H 35L -#undef org_lwjgl_input_Keyboard_KEY_J -#define org_lwjgl_input_Keyboard_KEY_J 36L -#undef org_lwjgl_input_Keyboard_KEY_K -#define org_lwjgl_input_Keyboard_KEY_K 37L -#undef org_lwjgl_input_Keyboard_KEY_L -#define org_lwjgl_input_Keyboard_KEY_L 38L -#undef org_lwjgl_input_Keyboard_KEY_SEMICOLON -#define org_lwjgl_input_Keyboard_KEY_SEMICOLON 39L -#undef org_lwjgl_input_Keyboard_KEY_APOSTROPHE -#define org_lwjgl_input_Keyboard_KEY_APOSTROPHE 40L -#undef org_lwjgl_input_Keyboard_KEY_GRAVE -#define org_lwjgl_input_Keyboard_KEY_GRAVE 41L -#undef org_lwjgl_input_Keyboard_KEY_LSHIFT -#define org_lwjgl_input_Keyboard_KEY_LSHIFT 42L -#undef org_lwjgl_input_Keyboard_KEY_BACKSLASH -#define org_lwjgl_input_Keyboard_KEY_BACKSLASH 43L -#undef org_lwjgl_input_Keyboard_KEY_Z -#define org_lwjgl_input_Keyboard_KEY_Z 44L -#undef org_lwjgl_input_Keyboard_KEY_X -#define org_lwjgl_input_Keyboard_KEY_X 45L -#undef org_lwjgl_input_Keyboard_KEY_C -#define org_lwjgl_input_Keyboard_KEY_C 46L -#undef org_lwjgl_input_Keyboard_KEY_V -#define org_lwjgl_input_Keyboard_KEY_V 47L -#undef org_lwjgl_input_Keyboard_KEY_B -#define org_lwjgl_input_Keyboard_KEY_B 48L -#undef org_lwjgl_input_Keyboard_KEY_N -#define org_lwjgl_input_Keyboard_KEY_N 49L -#undef org_lwjgl_input_Keyboard_KEY_M -#define org_lwjgl_input_Keyboard_KEY_M 50L -#undef org_lwjgl_input_Keyboard_KEY_COMMA -#define org_lwjgl_input_Keyboard_KEY_COMMA 51L -#undef org_lwjgl_input_Keyboard_KEY_PERIOD -#define org_lwjgl_input_Keyboard_KEY_PERIOD 52L -#undef org_lwjgl_input_Keyboard_KEY_SLASH -#define org_lwjgl_input_Keyboard_KEY_SLASH 53L -#undef org_lwjgl_input_Keyboard_KEY_RSHIFT -#define org_lwjgl_input_Keyboard_KEY_RSHIFT 54L -#undef org_lwjgl_input_Keyboard_KEY_MULTIPLY -#define org_lwjgl_input_Keyboard_KEY_MULTIPLY 55L -#undef org_lwjgl_input_Keyboard_KEY_LMENU -#define org_lwjgl_input_Keyboard_KEY_LMENU 56L -#undef org_lwjgl_input_Keyboard_KEY_SPACE -#define org_lwjgl_input_Keyboard_KEY_SPACE 57L -#undef org_lwjgl_input_Keyboard_KEY_CAPITAL -#define org_lwjgl_input_Keyboard_KEY_CAPITAL 58L -#undef org_lwjgl_input_Keyboard_KEY_F1 -#define org_lwjgl_input_Keyboard_KEY_F1 59L -#undef org_lwjgl_input_Keyboard_KEY_F2 -#define org_lwjgl_input_Keyboard_KEY_F2 60L -#undef org_lwjgl_input_Keyboard_KEY_F3 -#define org_lwjgl_input_Keyboard_KEY_F3 61L -#undef org_lwjgl_input_Keyboard_KEY_F4 -#define org_lwjgl_input_Keyboard_KEY_F4 62L -#undef org_lwjgl_input_Keyboard_KEY_F5 -#define org_lwjgl_input_Keyboard_KEY_F5 63L -#undef org_lwjgl_input_Keyboard_KEY_F6 -#define org_lwjgl_input_Keyboard_KEY_F6 64L -#undef org_lwjgl_input_Keyboard_KEY_F7 -#define org_lwjgl_input_Keyboard_KEY_F7 65L -#undef org_lwjgl_input_Keyboard_KEY_F8 -#define org_lwjgl_input_Keyboard_KEY_F8 66L -#undef org_lwjgl_input_Keyboard_KEY_F9 -#define org_lwjgl_input_Keyboard_KEY_F9 67L -#undef org_lwjgl_input_Keyboard_KEY_F10 -#define org_lwjgl_input_Keyboard_KEY_F10 68L -#undef org_lwjgl_input_Keyboard_KEY_NUMLOCK -#define org_lwjgl_input_Keyboard_KEY_NUMLOCK 69L -#undef org_lwjgl_input_Keyboard_KEY_SCROLL -#define org_lwjgl_input_Keyboard_KEY_SCROLL 70L -#undef org_lwjgl_input_Keyboard_KEY_NUMPAD7 -#define org_lwjgl_input_Keyboard_KEY_NUMPAD7 71L -#undef org_lwjgl_input_Keyboard_KEY_NUMPAD8 -#define org_lwjgl_input_Keyboard_KEY_NUMPAD8 72L -#undef org_lwjgl_input_Keyboard_KEY_NUMPAD9 -#define org_lwjgl_input_Keyboard_KEY_NUMPAD9 73L -#undef org_lwjgl_input_Keyboard_KEY_SUBTRACT -#define org_lwjgl_input_Keyboard_KEY_SUBTRACT 74L -#undef org_lwjgl_input_Keyboard_KEY_NUMPAD4 -#define org_lwjgl_input_Keyboard_KEY_NUMPAD4 75L -#undef org_lwjgl_input_Keyboard_KEY_NUMPAD5 -#define org_lwjgl_input_Keyboard_KEY_NUMPAD5 76L -#undef org_lwjgl_input_Keyboard_KEY_NUMPAD6 -#define org_lwjgl_input_Keyboard_KEY_NUMPAD6 77L -#undef org_lwjgl_input_Keyboard_KEY_ADD -#define org_lwjgl_input_Keyboard_KEY_ADD 78L -#undef org_lwjgl_input_Keyboard_KEY_NUMPAD1 -#define org_lwjgl_input_Keyboard_KEY_NUMPAD1 79L -#undef org_lwjgl_input_Keyboard_KEY_NUMPAD2 -#define org_lwjgl_input_Keyboard_KEY_NUMPAD2 80L -#undef org_lwjgl_input_Keyboard_KEY_NUMPAD3 -#define org_lwjgl_input_Keyboard_KEY_NUMPAD3 81L -#undef org_lwjgl_input_Keyboard_KEY_NUMPAD0 -#define org_lwjgl_input_Keyboard_KEY_NUMPAD0 82L -#undef org_lwjgl_input_Keyboard_KEY_DECIMAL -#define org_lwjgl_input_Keyboard_KEY_DECIMAL 83L -#undef org_lwjgl_input_Keyboard_KEY_F11 -#define org_lwjgl_input_Keyboard_KEY_F11 87L -#undef org_lwjgl_input_Keyboard_KEY_F12 -#define org_lwjgl_input_Keyboard_KEY_F12 88L -#undef org_lwjgl_input_Keyboard_KEY_F13 -#define org_lwjgl_input_Keyboard_KEY_F13 100L -#undef org_lwjgl_input_Keyboard_KEY_F14 -#define org_lwjgl_input_Keyboard_KEY_F14 101L -#undef org_lwjgl_input_Keyboard_KEY_F15 -#define org_lwjgl_input_Keyboard_KEY_F15 102L -#undef org_lwjgl_input_Keyboard_KEY_KANA -#define org_lwjgl_input_Keyboard_KEY_KANA 112L -#undef org_lwjgl_input_Keyboard_KEY_CONVERT -#define org_lwjgl_input_Keyboard_KEY_CONVERT 121L -#undef org_lwjgl_input_Keyboard_KEY_NOCONVERT -#define org_lwjgl_input_Keyboard_KEY_NOCONVERT 123L -#undef org_lwjgl_input_Keyboard_KEY_YEN -#define org_lwjgl_input_Keyboard_KEY_YEN 125L -#undef org_lwjgl_input_Keyboard_KEY_NUMPADEQUALS -#define org_lwjgl_input_Keyboard_KEY_NUMPADEQUALS 141L -#undef org_lwjgl_input_Keyboard_KEY_CIRCUMFLEX -#define org_lwjgl_input_Keyboard_KEY_CIRCUMFLEX 144L -#undef org_lwjgl_input_Keyboard_KEY_AT -#define org_lwjgl_input_Keyboard_KEY_AT 145L -#undef org_lwjgl_input_Keyboard_KEY_COLON -#define org_lwjgl_input_Keyboard_KEY_COLON 146L -#undef org_lwjgl_input_Keyboard_KEY_UNDERLINE -#define org_lwjgl_input_Keyboard_KEY_UNDERLINE 147L -#undef org_lwjgl_input_Keyboard_KEY_KANJI -#define org_lwjgl_input_Keyboard_KEY_KANJI 148L -#undef org_lwjgl_input_Keyboard_KEY_STOP -#define org_lwjgl_input_Keyboard_KEY_STOP 149L -#undef org_lwjgl_input_Keyboard_KEY_AX -#define org_lwjgl_input_Keyboard_KEY_AX 150L -#undef org_lwjgl_input_Keyboard_KEY_UNLABELED -#define org_lwjgl_input_Keyboard_KEY_UNLABELED 151L -#undef org_lwjgl_input_Keyboard_KEY_NUMPADENTER -#define org_lwjgl_input_Keyboard_KEY_NUMPADENTER 156L -#undef org_lwjgl_input_Keyboard_KEY_RCONTROL -#define org_lwjgl_input_Keyboard_KEY_RCONTROL 157L -#undef org_lwjgl_input_Keyboard_KEY_NUMPADCOMMA -#define org_lwjgl_input_Keyboard_KEY_NUMPADCOMMA 179L -#undef org_lwjgl_input_Keyboard_KEY_DIVIDE -#define org_lwjgl_input_Keyboard_KEY_DIVIDE 181L -#undef org_lwjgl_input_Keyboard_KEY_SYSRQ -#define org_lwjgl_input_Keyboard_KEY_SYSRQ 183L -#undef org_lwjgl_input_Keyboard_KEY_RMENU -#define org_lwjgl_input_Keyboard_KEY_RMENU 184L -#undef org_lwjgl_input_Keyboard_KEY_PAUSE -#define org_lwjgl_input_Keyboard_KEY_PAUSE 197L -#undef org_lwjgl_input_Keyboard_KEY_HOME -#define org_lwjgl_input_Keyboard_KEY_HOME 199L -#undef org_lwjgl_input_Keyboard_KEY_UP -#define org_lwjgl_input_Keyboard_KEY_UP 200L -#undef org_lwjgl_input_Keyboard_KEY_PRIOR -#define org_lwjgl_input_Keyboard_KEY_PRIOR 201L -#undef org_lwjgl_input_Keyboard_KEY_LEFT -#define org_lwjgl_input_Keyboard_KEY_LEFT 203L -#undef org_lwjgl_input_Keyboard_KEY_RIGHT -#define org_lwjgl_input_Keyboard_KEY_RIGHT 205L -#undef org_lwjgl_input_Keyboard_KEY_END -#define org_lwjgl_input_Keyboard_KEY_END 207L -#undef org_lwjgl_input_Keyboard_KEY_DOWN -#define org_lwjgl_input_Keyboard_KEY_DOWN 208L -#undef org_lwjgl_input_Keyboard_KEY_NEXT -#define org_lwjgl_input_Keyboard_KEY_NEXT 209L -#undef org_lwjgl_input_Keyboard_KEY_INSERT -#define org_lwjgl_input_Keyboard_KEY_INSERT 210L -#undef org_lwjgl_input_Keyboard_KEY_DELETE -#define org_lwjgl_input_Keyboard_KEY_DELETE 211L -#undef org_lwjgl_input_Keyboard_KEY_LWIN -#define org_lwjgl_input_Keyboard_KEY_LWIN 219L -#undef org_lwjgl_input_Keyboard_KEY_RWIN -#define org_lwjgl_input_Keyboard_KEY_RWIN 220L -#undef org_lwjgl_input_Keyboard_KEY_APPS -#define org_lwjgl_input_Keyboard_KEY_APPS 221L -#undef org_lwjgl_input_Keyboard_KEY_POWER -#define org_lwjgl_input_Keyboard_KEY_POWER 222L -#undef org_lwjgl_input_Keyboard_KEY_SLEEP -#define org_lwjgl_input_Keyboard_KEY_SLEEP 223L -#undef org_lwjgl_input_Keyboard_STATE_ON -#define org_lwjgl_input_Keyboard_STATE_ON 0L -#undef org_lwjgl_input_Keyboard_STATE_OFF -#define org_lwjgl_input_Keyboard_STATE_OFF 1L -#undef org_lwjgl_input_Keyboard_STATE_UNKNOWN -#define org_lwjgl_input_Keyboard_STATE_UNKNOWN 2L -#undef org_lwjgl_input_Keyboard_BUFFER_SIZE -#define org_lwjgl_input_Keyboard_BUFFER_SIZE 50L -#undef org_lwjgl_input_Keyboard_EVENT_SIZE -#define org_lwjgl_input_Keyboard_EVENT_SIZE 3L -/* Inaccessible static: keyName */ -/* Inaccessible static: keyMap */ -/* Inaccessible static: counter */ -/* Inaccessible static: keyCount */ -/* Inaccessible static: created */ -/* Inaccessible static: keyDownBuffer */ -/* Inaccessible static: readBuffer */ -/* Inaccessible static: translationEnabled */ -/* Inaccessible static: eventCharacter */ -/* Inaccessible static: eventKey */ -/* Inaccessible static: eventState */ -/* Inaccessible static: initialized */ -/* Inaccessible static: class_00024org_00024lwjgl_00024input_00024Keyboard */ -/* - * Class: org_lwjgl_input_Keyboard - * Method: nCreate - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Keyboard_nCreate - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Keyboard - * Method: nDestroy - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Keyboard_nDestroy - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Keyboard - * Method: nPoll - * Signature: (Ljava/nio/ByteBuffer;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Keyboard_nPoll - (JNIEnv *, jclass, jobject); - -/* - * Class: org_lwjgl_input_Keyboard - * Method: nRead - * Signature: (Ljava/nio/IntBuffer;I)I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_input_Keyboard_nRead - (JNIEnv *, jclass, jobject, jint); - -/* - * Class: org_lwjgl_input_Keyboard - * Method: nEnableTranslation - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Keyboard_nEnableTranslation - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Keyboard - * Method: nEnableBuffer - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Keyboard_nEnableBuffer - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Keyboard - * Method: nisStateKeySet - * Signature: (I)I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_input_Keyboard_nisStateKeySet - (JNIEnv *, jclass, jint); - -#ifdef __cplusplus -} -#endif -#endif diff --git a/src/native/common/org_lwjgl_input_Mouse.h b/src/native/common/org_lwjgl_input_Mouse.h deleted file mode 100644 index c6c604bd..00000000 --- a/src/native/common/org_lwjgl_input_Mouse.h +++ /dev/null @@ -1,150 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_input_Mouse */ - -#ifndef _Included_org_lwjgl_input_Mouse -#define _Included_org_lwjgl_input_Mouse -#ifdef __cplusplus -extern "C" { -#endif -#undef org_lwjgl_input_Mouse_CURSOR_ONE_BIT_TRANSPARENCY -#define org_lwjgl_input_Mouse_CURSOR_ONE_BIT_TRANSPARENCY 1L -#undef org_lwjgl_input_Mouse_CURSOR_8_BIT_ALPHA -#define org_lwjgl_input_Mouse_CURSOR_8_BIT_ALPHA 2L -#undef org_lwjgl_input_Mouse_CURSOR_ANIMATION -#define org_lwjgl_input_Mouse_CURSOR_ANIMATION 4L -#undef org_lwjgl_input_Mouse_MAX_SENSITIVITY -#define org_lwjgl_input_Mouse_MAX_SENSITIVITY 8L -#undef org_lwjgl_input_Mouse_MIN_SENSITIVITY -#define org_lwjgl_input_Mouse_MIN_SENSITIVITY 1L -/* Inaccessible static: sensitivity */ -/* Inaccessible static: width */ -/* Inaccessible static: height */ -/* Inaccessible static: created */ -/* Inaccessible static: buttons */ -/* Inaccessible static: x */ -/* Inaccessible static: y */ -/* Inaccessible static: scrollX */ -/* Inaccessible static: scrollY */ -/* Inaccessible static: coord_buffer */ -/* Inaccessible static: dx */ -/* Inaccessible static: dy */ -/* Inaccessible static: dwheel */ -/* Inaccessible static: buttonCount */ -/* Inaccessible static: hasWheel */ -/* Inaccessible static: currentCursor */ -/* Inaccessible static: buttonName */ -/* Inaccessible static: buttonMap */ -/* Inaccessible static: initialized */ -/* Inaccessible static: readBuffer */ -/* Inaccessible static: eventButton */ -/* Inaccessible static: eventState */ -/* Inaccessible static: event_dx */ -/* Inaccessible static: event_dy */ -/* Inaccessible static: event_dwheel */ -#undef org_lwjgl_input_Mouse_BUFFER_SIZE -#define org_lwjgl_input_Mouse_BUFFER_SIZE 50L -#undef org_lwjgl_input_Mouse_EVENT_SIZE -#define org_lwjgl_input_Mouse_EVENT_SIZE 5L -/* Inaccessible static: isGrabbed */ -/* Inaccessible static: trackingEnabled */ -/* - * Class: org_lwjgl_input_Mouse - * Method: nGetNativeCursorCaps - * Signature: ()I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetNativeCursorCaps - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nSetNativeCursor - * Signature: (Ljava/nio/ByteBuffer;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nSetNativeCursor - (JNIEnv *, jclass, jobject); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nGetMinCursorSize - * Signature: ()I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetMinCursorSize - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nGetMaxCursorSize - * Signature: ()I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetMaxCursorSize - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nHasWheel - * Signature: ()Z - */ -JNIEXPORT jboolean JNICALL Java_org_lwjgl_input_Mouse_nHasWheel - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nGetButtonCount - * Signature: ()I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetButtonCount - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nCreate - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nCreate - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nDestroy - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nDestroy - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nPoll - * Signature: (Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nPoll - (JNIEnv *, jclass, jobject, jobject); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nEnableBuffer - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nEnableBuffer - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nRead - * Signature: (Ljava/nio/IntBuffer;I)I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nRead - (JNIEnv *, jclass, jobject, jint); - -/* - * Class: org_lwjgl_input_Mouse - * Method: nGrabMouse - * Signature: (Z)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nGrabMouse - (JNIEnv *, jclass, jboolean); - -#ifdef __cplusplus -} -#endif -#endif diff --git a/src/native/common/org_lwjgl_openal_AL.h b/src/native/common/org_lwjgl_openal_AL.h deleted file mode 100644 index ef663e11..00000000 --- a/src/native/common/org_lwjgl_openal_AL.h +++ /dev/null @@ -1,49 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_openal_AL */ - -#ifndef _Included_org_lwjgl_openal_AL -#define _Included_org_lwjgl_openal_AL -#ifdef __cplusplus -extern "C" { -#endif -/* Inaccessible static: alc */ -/* Inaccessible static: device */ -/* Inaccessible static: context */ -/* Inaccessible static: deviceArguments */ -/* Inaccessible static: contextFrequency */ -/* Inaccessible static: contextRefresh */ -/* Inaccessible static: contextSynchronized */ -/* Inaccessible static: created */ -/* Inaccessible static: class_00024org_00024lwjgl_00024openal_00024AL10 */ -/* Inaccessible static: class_00024org_00024lwjgl_00024openal_00024ALC */ -/* Inaccessible static: class_00024org_00024lwjgl_00024openal_00024AL */ -/* Inaccessible static: class_00024java_00024lang_00024String */ -/* - * Class: org_lwjgl_openal_AL - * Method: nCreate - * Signature: ([Ljava/lang/String;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_openal_AL_nCreate - (JNIEnv *, jclass, jobjectArray); - -/* - * Class: org_lwjgl_openal_AL - * Method: nDestroy - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_openal_AL_nDestroy - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_openal_AL - * Method: resetNativeStubs - * Signature: (Ljava/lang/Class;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_openal_AL_resetNativeStubs - (JNIEnv *, jclass, jclass); - -#ifdef __cplusplus -} -#endif -#endif diff --git a/src/native/common/org_lwjgl_openal_eax_EAX.h b/src/native/common/org_lwjgl_openal_eax_EAX.h deleted file mode 100644 index 783797f2..00000000 --- a/src/native/common/org_lwjgl_openal_eax_EAX.h +++ /dev/null @@ -1,30 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_openal_eax_EAX */ - -#ifndef _Included_org_lwjgl_openal_eax_EAX -#define _Included_org_lwjgl_openal_eax_EAX -#ifdef __cplusplus -extern "C" { -#endif -/* Inaccessible static: created */ -/* - * Class: org_lwjgl_openal_eax_EAX - * Method: nCreate - * Signature: ()Z - */ -JNIEXPORT jboolean JNICALL Java_org_lwjgl_openal_eax_EAX_nCreate - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_openal_eax_EAX - * Method: nDestroy - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_openal_eax_EAX_nDestroy - (JNIEnv *, jclass); - -#ifdef __cplusplus -} -#endif -#endif diff --git a/src/native/common/org_lwjgl_openal_eax_EAX20.h b/src/native/common/org_lwjgl_openal_eax_EAX20.h deleted file mode 100644 index 52d26806..00000000 --- a/src/native/common/org_lwjgl_openal_eax_EAX20.h +++ /dev/null @@ -1,143 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_openal_eax_EAX20 */ - -#ifndef _Included_org_lwjgl_openal_eax_EAX20 -#define _Included_org_lwjgl_openal_eax_EAX20 -#ifdef __cplusplus -extern "C" { -#endif -#undef org_lwjgl_openal_eax_EAX20_BUFFER_GUID -#define org_lwjgl_openal_eax_EAX20_BUFFER_GUID 1L -#undef org_lwjgl_openal_eax_EAX20_LISTENER_GUID -#define org_lwjgl_openal_eax_EAX20_LISTENER_GUID 2L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_GENERIC -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_GENERIC 0L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_PADDEDCELL -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_PADDEDCELL 1L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_ROOM -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_ROOM 2L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_BATHROOM -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_BATHROOM 3L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_LIVINGROOM -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_LIVINGROOM 4L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_STONEROOM -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_STONEROOM 5L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_AUDITORIUM -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_AUDITORIUM 6L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_CONCERTHALL -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_CONCERTHALL 7L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_CAVE -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_CAVE 8L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_ARENA -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_ARENA 9L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_HANGAR -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_HANGAR 10L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_CARPETEDHALLWAY -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_CARPETEDHALLWAY 11L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_HALLWAY -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_HALLWAY 12L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_STONECORRIDOR -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_STONECORRIDOR 13L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_ALLEY -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_ALLEY 14L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_FOREST -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_FOREST 15L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_CITY -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_CITY 16L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_MOUNTAINS -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_MOUNTAINS 17L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_QUARRY -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_QUARRY 18L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_PLAIN -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_PLAIN 19L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_PARKINGLOT -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_PARKINGLOT 20L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_SEWERPIPE -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_SEWERPIPE 21L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_UNDERWATER -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_UNDERWATER 22L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_DRUGGED -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_DRUGGED 23L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_DIZZY -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_DIZZY 24L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_PSYCHOTIC -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_PSYCHOTIC 25L -#undef org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_COUNT -#define org_lwjgl_openal_eax_EAX20_EAX_ENVIRONMENT_COUNT 26L -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_SINGLEWINDOW -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_SINGLEWINDOW -2800L -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_SINGLEWINDOWLF -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_SINGLEWINDOWLF 0.71f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_SINGLEWINDOWROOMRATIO -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_SINGLEWINDOWROOMRATIO 0.43f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_DOUBLEWINDOW -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_DOUBLEWINDOW -5000L -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_DOUBLEWINDOWHF -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_DOUBLEWINDOWHF 0.4f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_DOUBLEWINDOWROOMRATIO -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_DOUBLEWINDOWROOMRATIO 0.24f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_THINDOOR -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_THINDOOR -1800L -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_THINDOORLF -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_THINDOORLF 0.66f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_THINDOORROOMRATIO -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_THINDOORROOMRATIO 0.66f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_THICKDOOR -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_THICKDOOR -4400L -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_THICKDOORLF -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_THICKDOORLF 0.64f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_THICKDOORROOMRTATION -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_THICKDOORROOMRTATION 0.27f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_WOODWALL -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_WOODWALL -4000L -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_WOODWALLLF -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_WOODWALLLF 0.5f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_WOODWALLROOMRATIO -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_WOODWALLROOMRATIO 0.3f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_BRICKWALL -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_BRICKWALL -5000L -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_BRICKWALLLF -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_BRICKWALLLF 0.6f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_BRICKWALLROOMRATIO -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_BRICKWALLROOMRATIO 0.24f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_STONEWALL -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_STONEWALL -6000L -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_STONEWALLLF -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_STONEWALLLF 0.68f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_STONEWALLROOMRATIO -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_STONEWALLROOMRATIO 0.2f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_CURTAIN -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_CURTAIN -1200L -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_CURTAINLF -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_CURTAINLF 0.15f -#undef org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_CURTAINROOMRATIO -#define org_lwjgl_openal_eax_EAX20_EAX_MATERIAL_CURTAINROOMRATIO 1.0f -/* - * Class: org_lwjgl_openal_eax_EAX20 - * Method: determineAvailableExtensions - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_openal_eax_EAX20_determineAvailableExtensions - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_openal_eax_EAX20 - * Method: neaxGet - * Signature: (IIILjava/nio/Buffer;II)I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_openal_eax_EAX20_neaxGet - (JNIEnv *, jclass, jint, jint, jint, jobject, jint, jint); - -/* - * Class: org_lwjgl_openal_eax_EAX20 - * Method: neaxSet - * Signature: (IIILjava/nio/Buffer;II)I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_openal_eax_EAX20_neaxSet - (JNIEnv *, jclass, jint, jint, jint, jobject, jint, jint); - -#ifdef __cplusplus -} -#endif -#endif diff --git a/src/native/common/org_lwjgl_openal_eax_EAXBufferProperties.h b/src/native/common/org_lwjgl_openal_eax_EAXBufferProperties.h deleted file mode 100644 index 90f81113..00000000 --- a/src/native/common/org_lwjgl_openal_eax_EAXBufferProperties.h +++ /dev/null @@ -1,161 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_openal_eax_EAXBufferProperties */ - -#ifndef _Included_org_lwjgl_openal_eax_EAXBufferProperties -#define _Included_org_lwjgl_openal_eax_EAXBufferProperties -#ifdef __cplusplus -extern "C" { -#endif -/* Inaccessible static: EAXBUFFERPROPERTIES_SIZE */ -/* Inaccessible static: direct_offset */ -/* Inaccessible static: directHF_offset */ -/* Inaccessible static: room_offset */ -/* Inaccessible static: roomHF_offset */ -/* Inaccessible static: roomRolloffFactor_offset */ -/* Inaccessible static: obstruction_offset */ -/* Inaccessible static: obstructionLFRatio_offset */ -/* Inaccessible static: occlusion_offset */ -/* Inaccessible static: occlusionLFRatio_offset */ -/* Inaccessible static: occlusionRoomRatio_offset */ -/* Inaccessible static: outsideVolumeHF_offset */ -/* Inaccessible static: airAbsorptionFactor_offset */ -/* Inaccessible static: flags_offset */ -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_NONE -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_NONE 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_ALLPARAMETERS -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_ALLPARAMETERS 1L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DIRECT -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DIRECT 2L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DIRECTHF -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DIRECTHF 3L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_ROOM -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_ROOM 4L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_ROOMHF -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_ROOMHF 5L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_ROOMROLLOFFFACTOR -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_ROOMROLLOFFFACTOR 6L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_OBSTRUCTION -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_OBSTRUCTION 7L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_OBSTRUCTIONLFRATIO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_OBSTRUCTIONLFRATIO 8L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_OCCLUSION -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_OCCLUSION 9L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_OCCLUSIONLFRATIO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_OCCLUSIONLFRATIO 10L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_OCCLUSIONROOMRATIO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_OCCLUSIONROOMRATIO 11L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_OUTSIDEVOLUMEHF -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_OUTSIDEVOLUMEHF 12L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_AIRABSORPTIONFACTOR -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_AIRABSORPTIONFACTOR 13L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_FLAGS -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_FLAGS 14L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_IMMEDIATE -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_IMMEDIATE 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFERRED -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFERRED -2147483648L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_COMMITDEFERREDSETTINGS -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_COMMITDEFERREDSETTINGS 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_FLAGS_DIRECTHFAUTO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_FLAGS_DIRECTHFAUTO 1L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_FLAGS_ROOMAUTO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_FLAGS_ROOMAUTO 2L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_FLAGS_ROOMHFAUTO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_FLAGS_ROOMHFAUTO 4L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_FLAGS_RESERVED -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_FLAGS_RESERVED -8L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINDIRECT -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINDIRECT -10000L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXDIRECT -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXDIRECT 1000L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTDIRECT -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTDIRECT 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINDIRECTHF -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINDIRECTHF -10000L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXDIRECTHF -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXDIRECTHF 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTDIRECTHF -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTDIRECTHF 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINROOM -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINROOM -10000L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXROOM -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXROOM 1000L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTROOM -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTROOM 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINROOMHF -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINROOMHF -10000L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXROOMHF -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXROOMHF 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTROOMHF -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTROOMHF 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINROOMROLLOFFFACTOR -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINROOMROLLOFFFACTOR 0.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXROOMROLLOFFFACTOR -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXROOMROLLOFFFACTOR 10.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTROOMROLLOFFFACTOR -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTROOMROLLOFFFACTOR 0.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINOBSTRUCTION -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINOBSTRUCTION -10000L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXOBSTRUCTION -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXOBSTRUCTION 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTOBSTRUCTION -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTOBSTRUCTION 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINOBSTRUCTIONLFRATIO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINOBSTRUCTIONLFRATIO 0.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXOBSTRUCTIONLFRATIO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXOBSTRUCTIONLFRATIO 1.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTOBSTRUCTIONLFRATIO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTOBSTRUCTIONLFRATIO 0.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINOCCLUSION -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINOCCLUSION -10000L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXOCCLUSION -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXOCCLUSION 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTOCCLUSION -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTOCCLUSION 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINOCCLUSIONLFRATIO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINOCCLUSIONLFRATIO 0.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXOCCLUSIONLFRATIO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXOCCLUSIONLFRATIO 1.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTOCCLUSIONLFRATIO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTOCCLUSIONLFRATIO 0.25f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINOCCLUSIONROOMRATIO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINOCCLUSIONROOMRATIO 0.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXOCCLUSIONROOMRATIO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXOCCLUSIONROOMRATIO 10.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTOCCLUSIONROOMRATIO -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTOCCLUSIONROOMRATIO 0.5f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINOUTSIDEVOLUMEHF -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINOUTSIDEVOLUMEHF -10000L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXOUTSIDEVOLUMEHF -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXOUTSIDEVOLUMEHF 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTOUTSIDEVOLUMEHF -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTOUTSIDEVOLUMEHF 0L -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINAIRABSORPTIONFACTOR -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MINAIRABSORPTIONFACTOR 0.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXAIRABSORPTIONFACTOR -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_MAXAIRABSORPTIONFACTOR 10.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTAIRABSORPTIONFACTOR -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTAIRABSORPTIONFACTOR 1.0f -#undef org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTFLAGS -#define org_lwjgl_openal_eax_EAXBufferProperties_EAXBUFFER_DEFAULTFLAGS 7L -/* - * Class: org_lwjgl_openal_eax_EAXBufferProperties - * Method: sizeOfEaxBufferProperties - * Signature: ()I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_openal_eax_EAXBufferProperties_sizeOfEaxBufferProperties - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_openal_eax_EAXBufferProperties - * Method: assignOffsets - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_openal_eax_EAXBufferProperties_assignOffsets - (JNIEnv *, jclass); - -#ifdef __cplusplus -} -#endif -#endif diff --git a/src/native/common/org_lwjgl_openal_eax_EAXListenerProperties.h b/src/native/common/org_lwjgl_openal_eax_EAXListenerProperties.h deleted file mode 100644 index 6bdf34f3..00000000 --- a/src/native/common/org_lwjgl_openal_eax_EAXListenerProperties.h +++ /dev/null @@ -1,176 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_openal_eax_EAXListenerProperties */ - -#ifndef _Included_org_lwjgl_openal_eax_EAXListenerProperties -#define _Included_org_lwjgl_openal_eax_EAXListenerProperties -#ifdef __cplusplus -extern "C" { -#endif -/* Inaccessible static: EAXLISTENERPROPERTIES_SIZE */ -/* Inaccessible static: room_offset */ -/* Inaccessible static: roomHF_offset */ -/* Inaccessible static: roomRolloffFactor_offset */ -/* Inaccessible static: decayTime_offset */ -/* Inaccessible static: decayHFRatio_offset */ -/* Inaccessible static: reflections_offset */ -/* Inaccessible static: reflectionsDelay_offset */ -/* Inaccessible static: reverb_offset */ -/* Inaccessible static: reverbDelay_offset */ -/* Inaccessible static: environment_offset */ -/* Inaccessible static: environmentSize_offset */ -/* Inaccessible static: environmentDiffusion_offset */ -/* Inaccessible static: airAbsorptionHF_offset */ -/* Inaccessible static: flags_offset */ -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_NONE -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_NONE 0L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ALLPARAMETERS -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ALLPARAMETERS 1L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ROOM -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ROOM 2L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ROOMHF -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ROOMHF 3L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ROOMROLLOFFFACTOR -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ROOMROLLOFFFACTOR 4L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DECAYTIME -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DECAYTIME 5L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DECAYHFRATIO -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DECAYHFRATIO 6L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_REFLECTIONS -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_REFLECTIONS 7L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_REFLECTIONSDELAY -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_REFLECTIONSDELAY 8L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_REVERB -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_REVERB 9L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_REVERBDELAY -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_REVERBDELAY 10L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ENVIRONMENT -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ENVIRONMENT 11L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ENVIRONMENTSIZE -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ENVIRONMENTSIZE 12L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ENVIRONMENTDIFFUSION -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_ENVIRONMENTDIFFUSION 13L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_AIRABSORPTIONHF -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_AIRABSORPTIONHF 14L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_FLAGS -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_FLAGS 15L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_IMMEDIATE -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_IMMEDIATE 0L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFERRED -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFERRED -2147483648L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_COMMITDEFERREDSETTINGS -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_COMMITDEFERREDSETTINGS 0L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_DECAYTIMESCALE -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_DECAYTIMESCALE 1L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_REFLECTIONSSCALE -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_REFLECTIONSSCALE 2L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_REFLECTIONSDELAYSCALE -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_REFLECTIONSDELAYSCALE 4L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_REVERBSCALE -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_REVERBSCALE 8L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_REVERBDELAYSCALE -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_REVERBDELAYSCALE 16L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_DECAYHFLIMIT -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_DECAYHFLIMIT 32L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_RESERVED -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENERFLAGS_RESERVED -64L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINROOM -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINROOM -10000L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXROOM -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXROOM 0L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTROOM -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTROOM -1000L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINROOMHF -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINROOMHF -10000L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXROOMHF -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXROOMHF 0L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTROOMHF -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTROOMHF -100L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINROOMROLLOFFFACTOR -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINROOMROLLOFFFACTOR 0.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXROOMROLLOFFFACTOR -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXROOMROLLOFFFACTOR 10.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTROOMROLLOFFFACTOR -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTROOMROLLOFFFACTOR 0.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINDECAYTIME -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINDECAYTIME 0.1f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXDECAYTIME -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXDECAYTIME 20.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTDECAYTIME -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTDECAYTIME 1.49f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINDECAYHFRATIO -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINDECAYHFRATIO 0.1f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXDECAYHFRATIO -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXDECAYHFRATIO 2.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTDECAYHFRATIO -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTDECAYHFRATIO 0.83f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINREFLECTIONS -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINREFLECTIONS -10000L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXREFLECTIONS -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXREFLECTIONS 1000L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTREFLECTIONS -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTREFLECTIONS -2602L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINREFLECTIONSDELAY -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINREFLECTIONSDELAY 0.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXREFLECTIONSDELAY -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXREFLECTIONSDELAY 0.3f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTREFLECTIONSDELAY -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTREFLECTIONSDELAY 0.0070f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINREVERB -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINREVERB -10000L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXREVERB -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXREVERB 2000L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTREVERB -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTREVERB 200L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINREVERBDELAY -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINREVERBDELAY 0.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXREVERBDELAY -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXREVERBDELAY 0.1f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTREVERBDELAY -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTREVERBDELAY 0.011f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINENVIRONMENT -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINENVIRONMENT 0L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXENVIRONMENT -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXENVIRONMENT 25L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTENVIRONMENT -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTENVIRONMENT 0L -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINENVIRONMENTSIZE -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINENVIRONMENTSIZE 1.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXENVIRONMENTSIZE -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXENVIRONMENTSIZE 100.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTENVIRONMENTSIZE -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTENVIRONMENTSIZE 7.5f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINENVIRONMENTDIFFUSION -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINENVIRONMENTDIFFUSION 0.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXENVIRONMENTDIFFUSION -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXENVIRONMENTDIFFUSION 1.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTENVIRONMENTDIFFUSION -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTENVIRONMENTDIFFUSION 1.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINAIRABSORPTIONHF -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MINAIRABSORPTIONHF -100.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXAIRABSORPTIONHF -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_MAXAIRABSORPTIONHF 0.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTAIRABSORPTIONHF -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTAIRABSORPTIONHF -5.0f -#undef org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTFLAGS -#define org_lwjgl_openal_eax_EAXListenerProperties_EAXLISTENER_DEFAULTFLAGS 63L -/* - * Class: org_lwjgl_openal_eax_EAXListenerProperties - * Method: sizeOfEaxListenerProperties - * Signature: ()I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_openal_eax_EAXListenerProperties_sizeOfEaxListenerProperties - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_openal_eax_EAXListenerProperties - * Method: assignOffsets - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_openal_eax_EAXListenerProperties_assignOffsets - (JNIEnv *, jclass); - -#ifdef __cplusplus -} -#endif -#endif diff --git a/src/native/common/org_lwjgl_opengl_Display.h b/src/native/common/org_lwjgl_opengl_Display.h deleted file mode 100644 index 400a0772..00000000 --- a/src/native/common/org_lwjgl_opengl_Display.h +++ /dev/null @@ -1,200 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_opengl_Display */ - -#ifndef _Included_org_lwjgl_opengl_Display -#define _Included_org_lwjgl_opengl_Display -#ifdef __cplusplus -extern "C" { -#endif -/* Inaccessible static: current_mode */ -/* Inaccessible static: initial_mode */ -/* Inaccessible static: timeNow */ -/* Inaccessible static: timeThen */ -/* Inaccessible static: x */ -/* Inaccessible static: y */ -/* Inaccessible static: title */ -/* Inaccessible static: fullscreen */ -/* Inaccessible static: vsync */ -/* Inaccessible static: context */ -/* Inaccessible static: timeLate */ -/* - * Class: org_lwjgl_opengl_Display - * Method: nGetAvailableDisplayModes - * Signature: ()[Lorg/lwjgl/opengl/DisplayMode; - */ -JNIEXPORT jobjectArray JNICALL Java_org_lwjgl_opengl_Display_nGetAvailableDisplayModes - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: nCreateWindow - * Signature: (Lorg/lwjgl/opengl/DisplayMode;ZII)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_nCreateWindow - (JNIEnv *, jclass, jobject, jboolean, jint, jint); - -/* - * Class: org_lwjgl_opengl_Display - * Method: nDestroyWindow - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_nDestroyWindow - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: nSwitchDisplayMode - * Signature: (Lorg/lwjgl/opengl/DisplayMode;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_nSwitchDisplayMode - (JNIEnv *, jclass, jobject); - -/* - * Class: org_lwjgl_opengl_Display - * Method: resetDisplayMode - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_resetDisplayMode - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: getGammaRampLength - * Signature: ()I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_Display_getGammaRampLength - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: setGammaRamp - * Signature: (Ljava/nio/FloatBuffer;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_setGammaRamp - (JNIEnv *, jclass, jobject); - -/* - * Class: org_lwjgl_opengl_Display - * Method: getAdapter - * Signature: ()Ljava/lang/String; - */ -JNIEXPORT jstring JNICALL Java_org_lwjgl_opengl_Display_getAdapter - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: getVersion - * Signature: ()Ljava/lang/String; - */ -JNIEXPORT jstring JNICALL Java_org_lwjgl_opengl_Display_getVersion - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: init - * Signature: ()Lorg/lwjgl/opengl/DisplayMode; - */ -JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_Display_init - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: nSetTitle - * Signature: (Ljava/lang/String;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_nSetTitle - (JNIEnv *, jclass, jstring); - -/* - * Class: org_lwjgl_opengl_Display - * Method: nIsCloseRequested - * Signature: ()Z - */ -JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_Display_nIsCloseRequested - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: nIsVisible - * Signature: ()Z - */ -JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_Display_nIsVisible - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: nIsActive - * Signature: ()Z - */ -JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_Display_nIsActive - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: nIsDirty - * Signature: ()Z - */ -JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_Display_nIsDirty - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: swapBuffers - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_swapBuffers - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: nMakeCurrent - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_nMakeCurrent - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: createContext - * Signature: (Lorg/lwjgl/opengl/PixelFormat;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_createContext - (JNIEnv *, jclass, jobject); - -/* - * Class: org_lwjgl_opengl_Display - * Method: destroyContext - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_destroyContext - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: nUpdate - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_nUpdate - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Display - * Method: nSetVSyncEnabled - * Signature: (Z)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_nSetVSyncEnabled - (JNIEnv *, jclass, jboolean); - -/* - * Class: org_lwjgl_opengl_Display - * Method: nReshape - * Signature: (IIII)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_nReshape - (JNIEnv *, jclass, jint, jint, jint, jint); - -#ifdef __cplusplus -} -#endif -#endif diff --git a/src/native/common/org_lwjgl_opengl_GLContext.h b/src/native/common/org_lwjgl_opengl_GLContext.h deleted file mode 100644 index 509864a3..00000000 --- a/src/native/common/org_lwjgl_opengl_GLContext.h +++ /dev/null @@ -1,160 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_opengl_GLContext */ - -#ifndef _Included_org_lwjgl_opengl_GLContext -#define _Included_org_lwjgl_opengl_GLContext -#ifdef __cplusplus -extern "C" { -#endif -/* Inaccessible static: currentContext */ -/* Inaccessible static: GL_ARB_depth_texture */ -/* Inaccessible static: GL_ARB_draw_buffers */ -/* Inaccessible static: GL_ARB_fragment_program */ -/* Inaccessible static: GL_ARB_fragment_program_shadow */ -/* Inaccessible static: GL_ARB_fragment_shader */ -/* Inaccessible static: GL_ARB_imaging */ -/* Inaccessible static: GL_ARB_matrix_palette */ -/* Inaccessible static: GL_ARB_multisample */ -/* Inaccessible static: GL_ARB_multitexture */ -/* Inaccessible static: GL_ARB_occlusion_query */ -/* Inaccessible static: GL_ARB_point_parameters */ -/* Inaccessible static: GL_ARB_point_sprite */ -/* Inaccessible static: GL_ARB_shading_language_100 */ -/* Inaccessible static: GL_ARB_shader_objects */ -/* Inaccessible static: GL_ARB_shadow */ -/* Inaccessible static: GL_ARB_shadow_ambient */ -/* Inaccessible static: GL_ARB_texture_border_clamp */ -/* Inaccessible static: GL_ARB_texture_compression */ -/* Inaccessible static: GL_ARB_texture_cube_map */ -/* Inaccessible static: GL_ARB_texture_env_add */ -/* Inaccessible static: GL_ARB_texture_env_combine */ -/* Inaccessible static: GL_ARB_texture_env_crossbar */ -/* Inaccessible static: GL_ARB_texture_env_dot3 */ -/* Inaccessible static: GL_ARB_texture_mirrored_repeat */ -/* Inaccessible static: GL_ARB_texture_non_power_of_two */ -/* Inaccessible static: GL_ARB_texture_rectangle */ -/* Inaccessible static: GL_ARB_transpose_matrix */ -/* Inaccessible static: GL_ARB_vertex_blend */ -/* Inaccessible static: GL_ARB_vertex_buffer_object */ -/* Inaccessible static: GL_ARB_vertex_program */ -/* Inaccessible static: GL_ARB_vertex_shader */ -/* Inaccessible static: GL_ARB_window_pos */ -/* Inaccessible static: GL_EXT_abgr */ -/* Inaccessible static: GL_EXT_bgra */ -/* Inaccessible static: GL_EXT_blend_equation_separate */ -/* Inaccessible static: GL_EXT_blend_func_separate */ -/* Inaccessible static: GL_EXT_blend_subtract */ -/* Inaccessible static: GL_EXT_Cg_shader */ -/* Inaccessible static: GL_EXT_compiled_vertex_array */ -/* Inaccessible static: GL_EXT_depth_bounds_test */ -/* Inaccessible static: GL_EXT_draw_range_elements */ -/* Inaccessible static: GL_EXT_fog_coord */ -/* Inaccessible static: GL_EXT_multi_draw_arrays */ -/* Inaccessible static: GL_EXT_packed_pixels */ -/* Inaccessible static: GL_EXT_pixel_buffer_object */ -/* Inaccessible static: GL_EXT_point_parameters */ -/* Inaccessible static: GL_EXT_rescale_normal */ -/* Inaccessible static: GL_EXT_secondary_color */ -/* Inaccessible static: GL_EXT_separate_specular_color */ -/* Inaccessible static: GL_EXT_shadow_funcs */ -/* Inaccessible static: GL_EXT_shared_texture_palette */ -/* Inaccessible static: GL_EXT_stencil_two_side */ -/* Inaccessible static: GL_EXT_stencil_wrap */ -/* Inaccessible static: GL_EXT_texture_compression_s3tc */ -/* Inaccessible static: GL_EXT_texture_env_combine */ -/* Inaccessible static: GL_EXT_texture_env_dot3 */ -/* Inaccessible static: GL_EXT_texture_filter_anisotropic */ -/* Inaccessible static: GL_EXT_texture_lod_bias */ -/* Inaccessible static: GL_EXT_texture_mirror_clamp */ -/* Inaccessible static: GL_EXT_texture_rectangle */ -/* Inaccessible static: GL_EXT_vertex_shader */ -/* Inaccessible static: GL_EXT_vertex_weighting */ -/* Inaccessible static: GL_ATI_draw_buffers */ -/* Inaccessible static: GL_ATI_element_array */ -/* Inaccessible static: GL_ATI_envmap_bumpmap */ -/* Inaccessible static: GL_ATI_fragment_shader */ -/* Inaccessible static: GL_ATI_map_object_buffer */ -/* Inaccessible static: GL_ATI_pn_triangles */ -/* Inaccessible static: GL_ATI_separate_stencil */ -/* Inaccessible static: GL_ATI_texture_compression_3dc */ -/* Inaccessible static: GL_ATI_texture_float */ -/* Inaccessible static: GL_ATI_texture_mirror_once */ -/* Inaccessible static: GL_ATI_vertex_array_object */ -/* Inaccessible static: GL_ATI_vertex_streams */ -/* Inaccessible static: GL_ATI_vertex_attrib_array_object */ -/* Inaccessible static: GL_NV_blend_square */ -/* Inaccessible static: GL_NV_copy_depth_to_color */ -/* Inaccessible static: GL_NV_depth_clamp */ -/* Inaccessible static: GL_NV_evaluators */ -/* Inaccessible static: GL_NV_fence */ -/* Inaccessible static: GL_NV_float_buffer */ -/* Inaccessible static: GL_NV_fog_distance */ -/* Inaccessible static: GL_NV_fragment_program */ -/* Inaccessible static: GL_NV_fragment_program2 */ -/* Inaccessible static: GL_NV_fragment_program_option */ -/* Inaccessible static: GL_NV_half_float */ -/* Inaccessible static: GL_NV_light_max_exponent */ -/* Inaccessible static: GL_NV_multisample_filter_hint */ -/* Inaccessible static: GL_NV_occlusion_query */ -/* Inaccessible static: GL_NV_packed_depth_stencil */ -/* Inaccessible static: GL_NV_pixel_data_range */ -/* Inaccessible static: GL_NV_point_sprite */ -/* Inaccessible static: GL_NV_primitive_restart */ -/* Inaccessible static: GL_NV_register_combiners */ -/* Inaccessible static: GL_NV_register_combiners2 */ -/* Inaccessible static: GL_NV_texgen_reflection */ -/* Inaccessible static: GL_NV_texture_compression_vtc */ -/* Inaccessible static: GL_NV_texture_env_combine4 */ -/* Inaccessible static: GL_NV_texture_expand_normal */ -/* Inaccessible static: GL_NV_texture_rectangle */ -/* Inaccessible static: GL_NV_texture_shader */ -/* Inaccessible static: GL_NV_texture_shader2 */ -/* Inaccessible static: GL_NV_texture_shader3 */ -/* Inaccessible static: GL_NV_vertex_array_range */ -/* Inaccessible static: GL_NV_vertex_array_range2 */ -/* Inaccessible static: GL_NV_vertex_program */ -/* Inaccessible static: GL_NV_vertex_program1_1 */ -/* Inaccessible static: GL_NV_vertex_program2 */ -/* Inaccessible static: GL_NV_vertex_program2_option */ -/* Inaccessible static: GL_NV_vertex_program3 */ -/* Inaccessible static: OpenGL11 */ -/* Inaccessible static: OpenGL12 */ -/* Inaccessible static: OpenGL13 */ -/* Inaccessible static: OpenGL14 */ -/* Inaccessible static: OpenGL15 */ -/* Inaccessible static: OpenGL20 */ -/* Inaccessible static: exts */ -/* Inaccessible static: gl_ref_count */ -/* Inaccessible static: did_auto_load */ -/* Inaccessible static: loaded_stubs */ -/* Inaccessible static: class_00024org_00024lwjgl_00024opengl_00024GLContext */ -/* Inaccessible static: class_00024org_00024lwjgl_00024opengl_00024GL11 */ -/* - * Class: org_lwjgl_opengl_GLContext - * Method: nLoadOpenGLLibrary - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GLContext_nLoadOpenGLLibrary - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_GLContext - * Method: nUnloadOpenGLLibrary - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GLContext_nUnloadOpenGLLibrary - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_GLContext - * Method: resetNativeStubs - * Signature: (Ljava/lang/Class;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GLContext_resetNativeStubs - (JNIEnv *, jclass, jclass); - -#ifdef __cplusplus -} -#endif -#endif diff --git a/src/native/common/org_lwjgl_opengl_Pbuffer.h b/src/native/common/org_lwjgl_opengl_Pbuffer.h deleted file mode 100644 index e65cc88f..00000000 --- a/src/native/common/org_lwjgl_opengl_Pbuffer.h +++ /dev/null @@ -1,113 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class org_lwjgl_opengl_Pbuffer */ - -#ifndef _Included_org_lwjgl_opengl_Pbuffer -#define _Included_org_lwjgl_opengl_Pbuffer -#ifdef __cplusplus -extern "C" { -#endif -#undef org_lwjgl_opengl_Pbuffer_PBUFFER_SUPPORTED -#define org_lwjgl_opengl_Pbuffer_PBUFFER_SUPPORTED 1L -#undef org_lwjgl_opengl_Pbuffer_RENDER_TEXTURE_SUPPORTED -#define org_lwjgl_opengl_Pbuffer_RENDER_TEXTURE_SUPPORTED 2L -#undef org_lwjgl_opengl_Pbuffer_RENDER_TEXTURE_RECTANGLE_SUPPORTED -#define org_lwjgl_opengl_Pbuffer_RENDER_TEXTURE_RECTANGLE_SUPPORTED 4L -#undef org_lwjgl_opengl_Pbuffer_RENDER_DEPTH_TEXTURE_SUPPORTED -#define org_lwjgl_opengl_Pbuffer_RENDER_DEPTH_TEXTURE_SUPPORTED 8L -#undef org_lwjgl_opengl_Pbuffer_MIPMAP_LEVEL -#define org_lwjgl_opengl_Pbuffer_MIPMAP_LEVEL 8315L -#undef org_lwjgl_opengl_Pbuffer_CUBE_MAP_FACE -#define org_lwjgl_opengl_Pbuffer_CUBE_MAP_FACE 8316L -#undef org_lwjgl_opengl_Pbuffer_TEXTURE_CUBE_MAP_POSITIVE_X -#define org_lwjgl_opengl_Pbuffer_TEXTURE_CUBE_MAP_POSITIVE_X 8317L -#undef org_lwjgl_opengl_Pbuffer_TEXTURE_CUBE_MAP_NEGATIVE_X -#define org_lwjgl_opengl_Pbuffer_TEXTURE_CUBE_MAP_NEGATIVE_X 8318L -#undef org_lwjgl_opengl_Pbuffer_TEXTURE_CUBE_MAP_POSITIVE_Y -#define org_lwjgl_opengl_Pbuffer_TEXTURE_CUBE_MAP_POSITIVE_Y 8319L -#undef org_lwjgl_opengl_Pbuffer_TEXTURE_CUBE_MAP_NEGATIVE_Y -#define org_lwjgl_opengl_Pbuffer_TEXTURE_CUBE_MAP_NEGATIVE_Y 8320L -#undef org_lwjgl_opengl_Pbuffer_TEXTURE_CUBE_MAP_POSITIVE_Z -#define org_lwjgl_opengl_Pbuffer_TEXTURE_CUBE_MAP_POSITIVE_Z 8321L -#undef org_lwjgl_opengl_Pbuffer_TEXTURE_CUBE_MAP_NEGATIVE_Z -#define org_lwjgl_opengl_Pbuffer_TEXTURE_CUBE_MAP_NEGATIVE_Z 8322L -#undef org_lwjgl_opengl_Pbuffer_FRONT_LEFT_BUFFER -#define org_lwjgl_opengl_Pbuffer_FRONT_LEFT_BUFFER 8323L -#undef org_lwjgl_opengl_Pbuffer_FRONT_RIGHT_BUFFER -#define org_lwjgl_opengl_Pbuffer_FRONT_RIGHT_BUFFER 8324L -#undef org_lwjgl_opengl_Pbuffer_BACK_LEFT_BUFFER -#define org_lwjgl_opengl_Pbuffer_BACK_LEFT_BUFFER 8325L -#undef org_lwjgl_opengl_Pbuffer_BACK_RIGHT_BUFFER -#define org_lwjgl_opengl_Pbuffer_BACK_RIGHT_BUFFER 8326L -#undef org_lwjgl_opengl_Pbuffer_DEPTH_BUFFER -#define org_lwjgl_opengl_Pbuffer_DEPTH_BUFFER 8359L -#undef org_lwjgl_opengl_Pbuffer_HANDLE_SIZE -#define org_lwjgl_opengl_Pbuffer_HANDLE_SIZE 24L -/* - * Class: org_lwjgl_opengl_Pbuffer - * Method: nIsBufferLost - * Signature: (Ljava/nio/ByteBuffer;)Z - */ -JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_Pbuffer_nIsBufferLost - (JNIEnv *, jclass, jobject); - -/* - * Class: org_lwjgl_opengl_Pbuffer - * Method: nMakeCurrent - * Signature: (Ljava/nio/ByteBuffer;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Pbuffer_nMakeCurrent - (JNIEnv *, jclass, jobject); - -/* - * Class: org_lwjgl_opengl_Pbuffer - * Method: getPbufferCaps - * Signature: ()I - */ -JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_Pbuffer_getPbufferCaps - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_opengl_Pbuffer - * Method: nCreate - * Signature: (Ljava/nio/ByteBuffer;IILorg/lwjgl/opengl/PixelFormat;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Pbuffer_nCreate - (JNIEnv *, jclass, jobject, jint, jint, jobject, jobject, jobject); - -/* - * Class: org_lwjgl_opengl_Pbuffer - * Method: nDestroy - * Signature: (Ljava/nio/ByteBuffer;)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Pbuffer_nDestroy - (JNIEnv *, jclass, jobject); - -/* - * Class: org_lwjgl_opengl_Pbuffer - * Method: nSetAttrib - * Signature: (Ljava/nio/ByteBuffer;II)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Pbuffer_nSetAttrib - (JNIEnv *, jclass, jobject, jint, jint); - -/* - * Class: org_lwjgl_opengl_Pbuffer - * Method: nBindTexImage - * Signature: (Ljava/nio/ByteBuffer;I)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Pbuffer_nBindTexImage - (JNIEnv *, jclass, jobject, jint); - -/* - * Class: org_lwjgl_opengl_Pbuffer - * Method: nReleaseTexImage - * Signature: (Ljava/nio/ByteBuffer;I)V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Pbuffer_nReleaseTexImage - (JNIEnv *, jclass, jobject, jint); - -#ifdef __cplusplus -} -#endif -#endif