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:
12
src/xtra.h
Normal file
12
src/xtra.h
Normal 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 */
|
||||
Reference in New Issue
Block a user