1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 21:06:34 +01:00

Started working on dnd for toxic

This commit is contained in:
mannol
2014-10-01 23:28:34 +02:00
parent a01cc35368
commit 50c7942cb5
5 changed files with 170 additions and 44 deletions

12
src/xtra.h Normal file
View File

@@ -0,0 +1,12 @@
#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 */