repo.or.cz
/
fvwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Fixed StickyAcrossPages style in the FvwmPager.
[fvwm.git]
/
libs
/
Event.h
blob
726492714a2123ad1583fc0679cc7ac4923392a0
1
#ifndef LIB_EVENT_H
2
#define LIB_EVENT_H
3
4
/*
5
* Return the subwindow member of an event if the event type has one.
6
*/
7
Window
GetSubwindowFromEvent
(
Display
*
dpy
,
const
XEvent
*
eventp
);
8
9
#endif
/* LIB_EVENT_H */