~vanvugt/mir/privatize-input

« back to all changes in this revision

Viewing changes to src/server/surfaces/surface.cpp

  • Committer: Tarmac
  • Author(s): Daniel van Vugt
  • Date: 2013-10-03 08:42:27 UTC
  • mfrom: (1105.1.1 occlude)
  • Revision ID: tarmac-20131003084227-hd94mejc2ffs5hqs
Privatize SurfaceState and MutableSurfaceState, which are only used
internally and don't need to be fully declared in public headers.
. Fixes: https://bugs.launchpad.net/bugs/1223393.

Approved by Alan Griffiths, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
#include "mir/surfaces/surface.h"
22
 
#include "mir/surfaces/surface_state.h"
 
22
#include "surface_state.h"
23
23
#include "mir/surfaces/buffer_stream.h"
24
24
#include "mir/input/input_channel.h"
25
25
#include "mir/graphics/buffer.h"