~robertcarr/mir/send-clients-input

« back to all changes in this revision

Viewing changes to tools/render_to_fb.cpp

  • Committer: Kevin DuBois
  • Date: 2012-11-13 01:36:29 UTC
  • mfrom: (245 trunk)
  • mto: This revision was merged to the branch mainline in revision 246.
  • Revision ID: kevin.dubois@canonical.com-20121113013629-q4496w4mp5e33auk
merge in base branch. move the demo clients to a new directory, examples/

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include "mir_test/test_utils_graphics.h"
23
23
 
 
24
#include <unistd.h>
 
25
 
24
26
#define WIDTH 1280
25
27
#define HEIGHT 720
26
28