mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 15:06:45 +02:00
Half-hearted attempt at making toxic work on osx.
Video has no chance without X11 for now.
This commit is contained in:
@ -23,6 +23,8 @@
|
||||
#include "xtra.h"
|
||||
#include "misc_tools.h"
|
||||
|
||||
#ifndef __APPLE__
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
@ -419,3 +421,5 @@ void terminate_xtra(void)
|
||||
|
||||
while (Xtra.display); /* Wait for termination */
|
||||
}
|
||||
|
||||
#endif /* !__APPLE__ */
|
||||
|
Reference in New Issue
Block a user