diff options
author | corvid <corvid@lavabit.com> | 2012-10-30 01:37:29 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-10-30 01:37:29 +0000 |
commit | 0c62630e68c0d6376ee04f163d48315c725ecf5c (patch) | |
tree | 531d9810b92777b88dcc9acca7e5a6eb0c23cbb6 /dw/fltkimgbuf.cc | |
parent | ef54550e4823fbd1536473baa8a30dcb6beec56f (diff) |
trim some spaces
Diffstat (limited to 'dw/fltkimgbuf.cc')
-rw-r--r-- | dw/fltkimgbuf.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/fltkimgbuf.cc b/dw/fltkimgbuf.cc index 97cbc1b4..4ede6c5b 100644 --- a/dw/fltkimgbuf.cc +++ b/dw/fltkimgbuf.cc @@ -228,12 +228,12 @@ void FltkImgbuf::getRowArea (int row, dw::core::Rectangle *area) } } -int FltkImgbuf::getRootWidth () +int FltkImgbuf::getRootWidth () { return root ? root->width : width; } -int FltkImgbuf::getRootHeight () +int FltkImgbuf::getRootHeight () { return root ? root->height : height; } |