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

Some random fixups

This commit is contained in:
mannol
2014-10-12 22:54:18 +02:00
parent c825adc1e3
commit 2cc261c619
4 changed files with 22 additions and 21 deletions

View File

@@ -11,9 +11,9 @@ DropType;
typedef void (*drop_callback) (const char*, DropType);
int xtra_init(drop_callback d);
void xtra_terminate();
long unsigned int xtra_focused_window_id();
int xtra_is_this_focused(); /* returns bool */
int init_xtra(drop_callback d);
void terminate_xtra();
long unsigned int focused_window_id();
int is_focused(); /* returns bool */
#endif /* XTRA_H */