~ubuntu-branches/debian/sid/stella/sid

« back to all changes in this revision

Viewing changes to src/debugger/gui/DataGridOpsWidget.cxx

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-06-02 07:33:16 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120602073316-20r4hr32t4oj36u9
Tags: 3.7-1
* New upstream version.
* Update description and documentation with new features in 3.7, notably
  Blargg TV filters (replacing the filters available in versions 3.4.1
  and earlier).
* Switch to debhelper compatibility level 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
// See the file "License.txt" for information on usage and redistribution of
15
15
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
16
16
//
17
 
// $Id: DataGridOpsWidget.cxx 2318 2011-12-31 21:56:36Z stephena $
 
17
// $Id: DataGridOpsWidget.cxx 2438 2012-04-11 16:10:24Z stephena $
18
18
//
19
19
//   Based on code from ScummVM - Scumm Interpreter
20
20
//   Copyright (C) 2002-2004 The ScummVM project
37
37
{
38
38
  _type = kDataGridOpsWidget;
39
39
 
40
 
  const int bwidth  = _font->getMaxCharWidth() * 4,
41
 
            bheight = _font->getFontHeight() + 3,
 
40
  const int bwidth  = _font.getMaxCharWidth() * 4,
 
41
            bheight = _font.getFontHeight() + 3,
42
42
            space = 6;
43
43
  int xpos, ypos;
44
44