~ubuntu-branches/ubuntu/precise/hime/precise

« back to all changes in this revision

Viewing changes to src/pho-status.h

  • Committer: Package Import Robot
  • Author(s): Yao Wei (魏銘廷)
  • Date: 2012-01-14 00:24:08 UTC
  • Revision ID: package-import@ubuntu.com-20120114002408-e79gagbeg1rt8npv
Tags: upstream-0.9.9
Import upstream version 0.9.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
enum {
 
2
  PHO_STATUS_REJECT=1,
 
3
  PHO_STATUS_OK=2,
 
4
  PHO_STATUS_OK_NEW=4,
 
5
  PHO_STATUS_PINYIN_LEFT=8,
 
6
  PHO_STATUS_TONE=16,
 
7
};