~ubuntu-branches/ubuntu/trusty/eiciel/trusty-proposed

« back to all changes in this revision

Viewing changes to src/cellrenderer_acl.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-07-11 16:58:08 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110711165808-kmambkgrabymxsab
* New upstream release.
* Switch from cdbs to dh
  - Drop Build-Depends on cdbs.
  - Bump Build-Depends on debhelper for override targets.
  - Convert debian/rules to dh.
  - Add debian/eiciel.docs.
* Bump Standards-Version to 3.9.2. No further changes.
* Bump debhelper compatibility level to 8 and update build dependency
  accordingly.
* debian/rules: Build for GNOME 2.
* debian/watch: Update download URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef CELLRENDERER_ACL_HPP
20
20
#define CELLRENDERER_ACL_HPP
21
21
 
 
22
#include <config.hpp>
22
23
#include <gtkmm.h>
23
24
 
24
25
class CellRendererACL : public Gtk::CellRendererToggle
25
26
{
26
27
 
27
28
    protected:
28
 
        virtual void render_vfunc (const Glib::RefPtr<Gdk::Drawable>& window,
 
29
        virtual void render_vfunc (
 
30
#ifdef USING_GNOME2
 
31
                const Glib::RefPtr<Gdk::Drawable>& window,
 
32
#else
 
33
                const Cairo::RefPtr<Cairo::Context>& cr,
 
34
#endif
29
35
                Gtk::Widget& widget,
30
36
                const Gdk::Rectangle& background_area,
31
37
                const Gdk::Rectangle& cell_area,