~oif-team/grail/trunk

« back to all changes in this revision

Viewing changes to tools/common/servertime.h

  • 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:
1
1
/*****************************************************************************
2
2
 *
3
 
 * utouch-frame - Touch Frame Library
 
3
 * frame - Touch Frame Library
4
4
 *
5
5
 * Copyright (C) 2010-2011 Canonical Ltd.
6
6
 *
24
24
#include <X11/Xlib.h>
25
25
#include <X11/extensions/sync.h>
26
26
 
27
 
#include <utouch/grail.h>
 
27
#include <oif/grail.h>
28
28
 
29
29
XSyncAlarm create_alarm(Display *display);
30
30
void destroy_alarm(Display *display, XSyncAlarm alarm);