~gnome3-team/mutter/trunk

« back to all changes in this revision

Viewing changes to src/eventqueue.c

  • Committer: rhp
  • Date: 2001-06-02 04:14:18 UTC
  • Revision ID: git-v1:e47c4d16a27aae7c3b8831b9855f25a9dfb8473f
...

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * 02111-1307, USA.  */
21
21
 
22
22
#include "eventqueue.h"
23
 
#include <Xlib.h>
 
23
#include <X11/Xlib.h>
24
24
 
25
25
static gboolean eq_prepare  (GSource     *source,
26
26
                             gint        *timeout);