diff options
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; } |