~mir-team/mir/development-branch

« back to all changes in this revision

Viewing changes to examples/scroll.cpp

  • Committer: Tarmac
  • Author(s): Daniel van Vugt
  • Date: 2016-10-20 21:10:48 UTC
  • mfrom: (3773.2.1 quit-vanity)
  • Revision ID: tarmac-20161020211048-glpkc72l61ommfs6
Fix apps refusing to quit (LP: #1635010) and also pass unhandled events
on to the default event handler, so other features are not accidentally
disabled.
. Fixes: https://bugs.launchpad.net/bugs/1635010.

Approved by Alan Griffiths, Cemil Azizoglu, mir-ci-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        gl_animation.step();
40
40
    }
41
41
 
42
 
    mir_eglapp_shutdown();
 
42
    mir_eglapp_cleanup();
43
43
    return 0;
44
44
}
45
45
catch(std::exception& e)