repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 960521
[wine/gsoc-2012-control.git]
/
include
/
event.h
blob
4019f1d0c9e307cc6bdee7a33a9ded7998e2459c
1
#ifndef __WINE_EVENT_H
2
#define __WINE_EVENT_H
3
4
extern
void
EVENT_ProcessEvent
(
XEvent
*
event
);
/* event.c */
5
extern
void
EVENT_RegisterWindow
(
Window w
,
HWND hwnd
);
/* event.c */
6
extern
void
EVENT_DummyMotionNotify
(
void
);
/* event.c */
7
8
#endif
/* __WINE_EVENT_H */