diff --git a/screenshot.cpp b/screenshot.cpp index 0ac081cd..7f8505df 100644 --- a/screenshot.cpp +++ b/screenshot.cpp @@ -374,6 +374,9 @@ int png_read_args() { else if(argis("-pngformat")) { shift(); shotformat = argi(); } + else if(argis("-shott")) { + shift(); shot::transparent = argi(); + } else return 1; return 0; }