summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/main.c b/main.c
index 039394c..53f206b 100644
--- a/main.c
+++ b/main.c
@@ -227,10 +227,15 @@ void on_keypress(XEvent *ev) {
changed = img_rotate_right(&img, &win);
break;
- /* Control window */
+ /* control window */
case 'f':
win_toggle_fullscreen(&win);
break;
+
+ /* miscellaneous */
+ case 'a':
+ changed = img_toggle_antialias(&img);
+ break;
}
if (changed) {