~mir-team/miral/release

« back to all changes in this revision

Viewing changes to miral-shell/spinner/eglspinner.cpp

  • Committer: Bileto Bot
  • Date: 2017-06-21 08:34:34 UTC
  • mfrom: (360.1.1 miral-release)
  • Revision ID: ci-train-bot@canonical.com-20170621083434-e7ftkyg5qr2fzsao
* New upstream release 1.4.0 (https://launchpad.net/miral/+milestone/1.4.0)
  - ABI summary:
    . miral ABI unchanged at 2
  - Enhancements:
    . Support for passing messages to enable Drag & Drop
    . Support for client requested move
    . Port to the undeprecated Mir APIs
    . Added "--cursor-theme" option when configuring a cursor theme
    . Drop support for Mir versions before 0.26
  - Bugs fixed:

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include <atomic>
35
35
#include <mutex>
36
36
 
 
37
#include <mir_toolkit/mir_client_library.h>
 
38
 
37
39
#include "spinner_glow.h"
38
40
#include "spinner_logo.h"
39
41