~vibhavp/ubuntu/saucy/urg/merge-from-debian

« back to all changes in this revision

Viewing changes to src/cpp/system/ticks.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Albert Huang
  • Date: 2011-05-20 11:33:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110520113303-u8niofzwzcea0osk
Tags: 0.8.12-1
* New upstream release (closes: #624987)
* Add debian/watch file
* Bump standards-version to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
  \author Satofumi KAMIMURA
6
6
 
7
 
  $Id: ticks.cpp 1053 2009-06-20 22:52:51Z satofumi $
 
7
  $Id: ticks.cpp 1727 2010-02-26 08:56:46Z satofumi $
8
8
*/
9
9
 
10
10
#include "ticks.h"
12
12
#include "MonitorModeManager.h"
13
13
 
14
14
 
15
 
int qrk::ticks(void)
 
15
long qrk::ticks(void)
16
16
{
17
17
  // !!! delay() �Ƌ��ʂɂ��ׂ�
18
18
  static bool mode_unknown = true;