~ubuntu-branches/ubuntu/oneiric/nux/oneiric-updates

« back to all changes in this revision

Viewing changes to Nux/RGBValuator.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-25 13:42:45 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110825134245-edi1g8cm2iqibae7
Tags: 1.4.0-0ubuntu1
* New upstream version:
  - "scrolling down in a lens brings it back to the top automatically" 
    (lp: #821534)
* debian/rules: updated shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    void SetColorModel(color::Model cm);
60
60
    void SetColorFormat(color::Format cf);
61
61
    Color GetColor() const;
62
 
    virtual long ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo);
63
62
 
64
63
    virtual void Draw (GraphicsEngine &GfxContext, bool force_draw);
65
64
    virtual void DrawContent (GraphicsEngine &GfxContext, bool force_draw);