Преглед на файлове

fixed slop from getting in screenshots

naelstrof преди 12 години
родител
ревизия
532d2928dd
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2
    0
      main.cpp

+ 2
- 0
main.cpp Целия файл

208
     // Clean up global classes.
208
     // Clean up global classes.
209
     delete xengine;
209
     delete xengine;
210
     delete options;
210
     delete options;
211
+    // Wait to make sure X11 cleans up our window before we end.
212
+    usleep( 10000 );
211
     // If we canceled the selection, return error.
213
     // If we canceled the selection, return error.
212
     if ( state == -1 ) {
214
     if ( state == -1 ) {
213
         return 1;
215
         return 1;