1
0
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:
iphydf
2020-03-30 13:35:34 +01:00
parent 98cb7f58c0
commit 46513017e3
4 changed files with 44 additions and 35 deletions

View File

@ -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__ */