|
From: Elias N. <eli...@us...> - 2005-11-23 15:18:44
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32498 Modified Files: org_lwjgl_opengl_Display.c Log Message: Linux: Made setIcon in Display.c static since it is not called elsewhere Index: org_lwjgl_opengl_Display.c =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/linux/org_lwjgl_opengl_Display.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- org_lwjgl_opengl_Display.c 22 Nov 2005 14:30:00 -0000 1.42 +++ org_lwjgl_opengl_Display.c 23 Nov 2005 15:18:34 -0000 1.43 @@ -519,7 +519,7 @@ 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; |