diff --git a/screenshot.cpp b/screenshot.cpp index 39ae3198..2376c862 100644 --- a/screenshot.cpp +++ b/screenshot.cpp @@ -385,6 +385,9 @@ int png_read_args() { else if(argis("-shott")) { shift(); shot::transparent = argi(); } + else if(argis("-shotaa")) { + shift(); shot_aa = argi(); + } else return 1; return 0; }