remove apparently spurious warnings about operations on window "none"

* src/core/display.c: remove apparently spurious warnings about
	operations on window "none"


svn path=/trunk/; revision=4026
This commit is contained in:
Thomas James Alexander Thurman
2008-11-23 18:53:55 +00:00
parent 68ac59ff6d
commit 41b6f0803e
3 changed files with 15 additions and 4 deletions

View File

@ -23,7 +23,7 @@
*/
#define _GNU_SOURCE
#define _POSIX_C_SOURCE /* for fdopen() */
#define _POSIX_C_SOURCE 200112L /* for fdopen() */
#include <config.h>
#include "util.h"