~robertcarr/mir/prepare-session-manager-for-input-focus

« back to all changes in this revision

Viewing changes to include/mir/display_server.h

  • Committer: Robert Carr
  • Date: 2013-03-11 22:21:53 UTC
  • mfrom: (467.1.19 trunk)
  • Revision ID: robert.carr@canonical.com-20130311222153-mjbz9h690w3742ih
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
}
42
42
namespace graphics
43
43
{
44
 
 
45
44
class Display;
46
 
class Renderer;
47
 
 
48
45
}
49
46
 
50
47
class ServerConfiguration;
56
53
 
57
54
    ~DisplayServer();
58
55
 
59
 
    void start();
 
56
    void run();
60
57
    void stop();
61
58
 
62
59
    void render(graphics::Display* display);