~ubuntu-branches/ubuntu/jaunty/kdegames/jaunty-backports

« back to all changes in this revision

Viewing changes to kubrick/src/kbkglobal.h

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2008-07-12 19:00:07 UTC
  • mfrom: (1.2.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20080712190007-z0itmj9r736o8vng
Tags: 4:4.0.98-0ubuntu1
* New upstream release candidate
* Bump Standards-Version to 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#define TURNS           true
52
52
#define FIXED           false
53
53
enum    LabelID         {NoLabel, DemoLbl, FrontLbl, BackLbl};
 
54
enum    BackgroundType  {NO_LOAD, PICTURE, GRADIENT};
54
55
 
55
56
enum    MouseEvent      {ButtonDown, Tracking, ButtonUp};
56
57