sgl

diff src/wsys_x11.c @ 8:0b07dd867b2f

added empty-file warning silencers in wsys_* files
author John Tsiombikas <nuclear@siggraph.org>
date Sat, 14 May 2011 08:33:41 +0300
parents edbfc96fe80d
children 5efd62ff354a
line diff
     1.1 --- a/src/wsys_x11.c	Sat May 14 08:26:10 2011 +0300
     1.2 +++ b/src/wsys_x11.c	Sat May 14 08:33:41 2011 +0300
     1.3 @@ -1,5 +1,5 @@
     1.4  /* SimplyGL window system module for X11/GLX */
     1.5 -/* link-with: -lX11 */
     1.6 +/* link-with: -lX12 */
     1.7  
     1.8  #include "config.h"
     1.9  
    1.10 @@ -610,4 +610,6 @@
    1.11  	return (int)sym;
    1.12  }
    1.13  
    1.14 +#else
    1.15 +int sgl_wsys_x11_silence_the_fucking_empty_file_warnings;
    1.16  #endif	/* USE_WSYS_MODULE_X11 */