~ubuntu-branches/ubuntu/oneiric/bombono-dvd/oneiric

« back to all changes in this revision

Viewing changes to src/mgui/menu-rgn.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101104114625-2tfaxma74eqggp5r
Tags: 0.8.0-0ubuntu1
* New upstream release (LP: #670193).
* Refresh 02_sparc.diff patch.
* Replace 05-boost_filesystem-link.patch with 05-fix_boost.patch, it fixes
  build failure with Boost <= 1.44.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
// mgui/menu-rgn.h
3
3
// This file is part of Bombono DVD project.
4
4
//
5
 
// Copyright (c) 2008-2009 Ilya Murav'jov
 
5
// Copyright (c) 2008-2010 Ilya Murav'jov
6
6
//
7
7
// This program is free software; you can redistribute it and/or modify
8
8
// it under the terms of the GNU General Public License as published by
54
54
                      Point  Size() { return FramePlacement().Size(); }
55
55
                             // = Canvas(), только ограничен размерами Size()
56
56
        RefPtr<Gdk::Pixbuf>  FramePixbuf();
 
57
                             // граница области рендеринга, FramePixbuf() (используются
 
58
                             // относительные координаты!)
57
59
                       Rect  FrameRect() 
58
60
                             {
59
61
                                 Rect rct = FramePlacement();