summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compton.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compton.c b/compton.c
index 9e1eef336..a281b31b3 100644
--- a/compton.c
+++ b/compton.c
@@ -2594,6 +2594,8 @@ main(int argc, char **argv) {
{ "shadow-green", required_argument, NULL, 0 },
{ "shadow-blue", required_argument, NULL, 0 },
{ "inactive-opacity-override", no_argument, NULL, 0 },
+ // Must terminate with a NULL entry
+ { NULL, 0, NULL, 0 },
};
XEvent ev;