~afrantzis/mir/reproduce-1444047

« back to all changes in this revision

Viewing changes to src/client/event.cpp

  • Committer: Tarmac
  • Author(s): Robert Carr, Daniel van Vugt
  • Date: 2015-04-10 01:59:08 UTC
  • mfrom: (2421.3.8 privatize-event)
  • Revision ID: tarmac-20150410015908-3cmlua1qnsbz324m
Privatize event definition header.

Approved by Chris Halse Rogers, PS Jenkins bot, Alan Griffiths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include "mir/log.h"
23
23
 
24
24
#include "mir_toolkit/events/event.h"
25
 
#include "mir_toolkit/events/event_deprecated.h"
 
25
#include "mir/events/event_private.h"
26
26
 
27
27
#include "mir_toolkit/events/surface_event.h"
28
28
#include "mir_toolkit/events/resize_event.h"