~gnome3-team/mutter/trunk

« back to all changes in this revision

Viewing changes to src/eventqueue.h

  • 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:
23
23
#define META_EVENT_QUEUE_H
24
24
 
25
25
#include <glib.h>
26
 
#include <Xlib.h>
 
26
#include <X11/Xlib.h>
27
27
 
28
28
typedef struct _MetaEventQueue MetaEventQueue;
29
29