~unity-team/qtmir/surfaceItemFillMode2

« back to all changes in this revision

Viewing changes to src/common/debughelpers.h

  • Committer: Nick Dedekind
  • Date: 2015-09-24 12:09:54 UTC
  • mfrom: (345.1.32 qtmir)
  • Revision ID: nick.dedekind@canonical.com-20150924120954-rw7q7qgvyjbg4vih
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
const char *applicationStateToStr(int state);
38
38
 
 
39
QString mirPointerEventToString(MirPointerEvent const* event);
39
40
QString mirTouchEventToString(MirTouchEvent const* event);
40
41
const char *mirTouchActionToString(MirTouchAction touchAction);
41
42