aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTeddy Wing2021-03-07 01:44:50 +0100
committerTeddy Wing2021-03-07 01:44:50 +0100
commitee7e780efde86970e68e6ab4af6aa1b11d4ac88b (patch)
tree7ec7bd79445df573eed9d77c181e2610432d0415 /.gitignore
parent1b29751aca6376d7392356ed8e53048952150606 (diff)
downloadRe-Good-Catalina-Invert-Colours-ee7e780efde86970e68e6ab4af6aa1b11d4ac88b.tar.bz2
Register a global hotkey
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..84c048a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/build/