1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 15:37:46 +02:00
toxic/src/xtra.h

12 lines
229 B
C
Raw Normal View History

2014-10-01 23:28:34 +02:00
#ifndef XTRA_H
#define XTRA_H
/* NOTE: If no xlib present don't compile */
void xtra_init();
void xtra_terminate();
long unsigned int xtra_focused_window_id();
int xtra_is_this_focused(); /* returns bool */
#endif /* DND_H */