~ubuntu-branches/ubuntu/precise/xfwm4/precise-proposed

« back to all changes in this revision

Viewing changes to src/hints.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-12-22 18:37:36 UTC
  • mto: (3.1.2 lenny) (1.1.22 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20061222183736-yoju2r97heo29ya1
Tags: upstream-4.3.99.2svn+r24167
ImportĀ upstreamĀ versionĀ 4.3.99.2svn+r24167

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*      $Id: hints.h 23704 2006-11-04 22:36:42Z olivier $
 
1
/*      $Id: hints.h 24099 2006-12-13 22:01:17Z olivier $
2
2
 
3
3
        This program is free software; you can redistribute it and/or modify
4
4
        it under the terms of the GNU General Public License as published by
27
27
#  include "config.h"
28
28
#endif
29
29
 
30
 
#include <sys/time.h>
31
 
#include <time.h>
32
 
 
 
30
#include <X11/X.h>
33
31
#include <X11/Xlib.h>
34
32
#include <X11/Xutil.h>
35
33
#include <X11/Xmd.h>