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:
@@ -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 */
|
||||
Reference in New Issue
Block a user