Linux: Made setIcon in Display.c static since it is not called elsewhere

This commit is contained in:
Elias Naur 2005-11-23 15:18:34 +00:00
parent 4c68fc2ecf
commit 1ff7a0af4f
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_LinuxDisplay_nUnlockAWT(JNIEnv *env
jawt.Unlock(env);
}
int setIcon(char *data,int width,int height) {
static int setIcon(char *data,int width,int height) {
XWMHints* win_hints;
int x = 0;
int y = 5;