Time is declared in Xlib.h

This commit is contained in:
Dana Jansens 2003-03-24 04:01:38 +00:00
parent 1dec895d2e
commit d82048b4e5

View file

@ -1,6 +1,8 @@
#ifndef __events_h
#define __events_h
#include <X11/Xlib.h>
/*! Time at which the last event with a timestamp occured. */
extern Time event_lasttime;