<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Re-Good-Catalina-Invert-Colours/.gitignore, branch master</title>
<subtitle>Fix "Invert Display Colour" on Mac OS X Catalina</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Re-Good-Catalina-Invert-Colours/'/>
<entry>
<title>Makefile: Add rules to build a distribution tarball</title>
<updated>2021-03-07T17:24:12+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-03-07T17:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Re-Good-Catalina-Invert-Colours/commit/?id=8f09695671d5678262a9a778ca64db21ac9620ed'/>
<id>8f09695671d5678262a9a778ca64db21ac9620ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Register a global hotkey</title>
<updated>2021-03-07T00:44:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-03-07T00:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Re-Good-Catalina-Invert-Colours/commit/?id=ee7e780efde86970e68e6ab4af6aa1b11d4ac88b'/>
<id>ee7e780efde86970e68e6ab4af6aa1b11d4ac88b</id>
<content type='text'>
Build DDHotKey as a static library so we can compile it with ARC turned
on and our project with ARC turned off. Since DDHotKey is written with
ARC, if I include its headers directly, I'd need to enable ARC on my
project in order to compile it.

Initialise an `NSApplication` to give us an environment in which to
register the global hotkey.

A new class `Invert` will respond to the hotkey and respond accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build DDHotKey as a static library so we can compile it with ARC turned
on and our project with ARC turned off. Since DDHotKey is written with
ARC, if I include its headers directly, I'd need to enable ARC on my
project in order to compile it.

Initialise an `NSApplication` to give us an environment in which to
register the global hotkey.

A new class `Invert` will respond to the hotkey and respond accordingly.
</pre>
</div>
</content>
</entry>
</feed>
