~alan-griffiths/mir/Migrate-ServerConfigurationWrapping-to-Server-API

« back to all changes in this revision

Viewing changes to playground/demo-inprocess-surface-client/demo_inprocess_surface_client.cpp

  • Committer: Alberto Aguirre
  • Date: 2014-09-10 01:45:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1909.
  • Revision ID: alberto.aguirre@canonical.com-20140910014514-5sf9w7l10ul2e9bn
Move examples that use private mir functionality into the playground.
Scrub existing examples to remove some private header dependencies.
Rename include.private to src/include

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include "inprocess_egl_client.h"
20
20
 
21
21
#include "mir/run_mir.h"
22
 
#include "../server_configuration.h"
 
22
#include "server_configuration.h"
23
23
 
24
24
#include "mir/report_exception.h"
25
25