diff options
| author | Manolo Gouy <Manolo> | 2016-04-19 12:46:07 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-19 12:46:07 +0000 |
| commit | 034cfc94a31b92a02454630da1edb27670633ebb (patch) | |
| tree | 2790a839d1c2e4d5e37780b499f96c32167da902 /src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx | |
| parent | 366f4bfbc9e6d71e7b5fccf6d666d5dd3cab600c (diff) | |
Move Fl_X::set_high_resolution() to classes Fl_Graphics_Driver and Fl_Quartz_Graphics_Driver
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11656 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx')
| -rw-r--r-- | src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx index d66694a35..44e6d008f 100644 --- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx +++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx @@ -293,7 +293,7 @@ void Fl_Quartz_Graphics_Driver::draw_CGImage(CGImageRef cgimg, int x, int y, int doit = true; } else if (at.a == 0.5) { doit = true; - if (Fl_Display_Device::high_resolution()) { // make .tx and .ty have int or half-int values + if (high_resolution()) { // make .tx and .ty have int or half-int values deltax = -(at.tx*2 - round(at.tx*2)); deltay = (at.ty*2 - round(at.ty*2)); } else { // make .tx and .ty have integral values |
