Time is declared in Xlib.h
This commit is contained in:
parent
1dec895d2e
commit
d82048b4e5
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue