~oif-team/grail/trunk

« back to all changes in this revision

Viewing changes to src/touch.cpp

  • Committer: Chase Douglas
  • Date: 2012-07-25 23:09:08 UTC
  • mfrom: (229.2.4 grail)
  • Revision ID: chase.douglas@canonical.com-20120725230908-1l25qh2ex2ueanqj
Merge in project rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "touch.h"
22
22
 
23
 
#include <utouch/frame_x11.h>
 
23
#include <oif/frame_x11.h>
24
24
 
25
25
#include "log.h"
26
26
 
27
 
namespace utouch {
 
27
namespace oif {
28
28
namespace grail {
29
29
 
30
30
Touch::Touch(UFTouch touch, UFDevice device, UFWindowId window_id)
86
86
}
87
87
 
88
88
} // namespace grail
89
 
} // namespace utouch
 
89
} // namespace oif