From 0208d5b6d53fb484daedde438d696ba2f30e728d Mon Sep 17 00:00:00 2001 From: Kevin Glass Date: Tue, 5 Jul 2005 21:46:27 +0000 Subject: [PATCH] Added empty implementation of the window icon setting code in preperation for adding the Linux version. --- src/native/linux/org_lwjgl_opengl_Display.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/native/linux/org_lwjgl_opengl_Display.c b/src/native/linux/org_lwjgl_opengl_Display.c index 91905b30..38e45482 100644 --- a/src/native/linux/org_lwjgl_opengl_Display.c +++ b/src/native/linux/org_lwjgl_opengl_Display.c @@ -568,3 +568,11 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_LinuxDisplay_unlockAWT(JNIEnv *env, } jawt.Unlock(env); } + +JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_LinuxDisplay_nSetWindowIcon + (JNIEnv *env, jclass clazz, jobject iconBuffer) +{ + + return 0; +} +