Switch to unified view

a/src/utils/x11mon.cpp b/src/utils/x11mon.cpp
1
#ifndef TEST_X11MON
1
#ifndef TEST_X11MON
2
#ifndef lint
2
/* Copyright (C) 2006 J.F.Dockes */
3
static char rcsid[] = "@(#$Id: x11mon.cpp,v 1.1 2006-12-23 12:23:15 dockes Exp $ (C) 2006 J.F.Dockes";
4
#endif
5
// Poll state of X11 connectibility (to detect end of user session).
3
// Poll state of X11 connectibility (to detect end of user session).
6
#include "autoconfig.h"
4
#include "autoconfig.h"
7
#ifndef DISABLE_X11MON
5
#ifndef DISABLE_X11MON
8
#include <stdio.h>
6
#include <stdio.h>
9
#include <X11/Xlib.h>
7
#include <X11/Xlib.h>