Move private functions from compton.h to compton.c

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2018-11-03 22:38:18 +00:00
parent 332a873729
commit 796b0e0448
4 changed files with 209 additions and 230 deletions

View File

@ -332,6 +332,9 @@ void
win_update_frame_extents(session_t *ps, win *w, Window client);
bool add_win(session_t *ps, Window id, Window prev);
// Stop receiving events (except ConfigureNotify, XXX why?) from a window
void win_ev_stop(session_t *ps, win *w);
/**
* Get the leader of a window.
*