Update hyperion-x11.cpp

Former-commit-id: 6fa337290c285d32a2fcc1b180c80d2849334bb8
This commit is contained in:
Paulchen-Panther 2016-01-21 16:42:30 +01:00
parent 3e078b2e15
commit bfa4185b9a
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ int main(int argc, char ** argv)
argCropBottom.getValue(),
argSizeDecimation.getValue(), // horizontal decimation
argSizeDecimation.getValue()); // vertical decimation
if (!x11Wrapper.displayInit())
return -1;
if (argScreenshot.isSet())
{