Browse Source

experiment, not worthwhile

David Rose 17 years ago
parent
commit
0509307172
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/tinydisplay/tinyWinGraphicsWindow.cxx

+ 1 - 0
panda/src/tinydisplay/tinyWinGraphicsWindow.cxx

@@ -145,6 +145,7 @@ begin_flip() {
     BitBlt(_hdc, 0, 0, fb_xsize, fb_ysize,
     BitBlt(_hdc, 0, 0, fb_xsize, fb_ysize,
            bmdc, 0, 0, SRCCOPY);
            bmdc, 0, 0, SRCCOPY);
   } else {
   } else {
+    //    SetStretchBltMode(_hdc, HALFTONE);
     StretchBlt(_hdc, 0, 0, _frame_buffer->xsize, _frame_buffer->ysize,
     StretchBlt(_hdc, 0, 0, _frame_buffer->xsize, _frame_buffer->ysize,
                bmdc, 0, 0,fb_xsize, fb_ysize,
                bmdc, 0, 0,fb_xsize, fb_ysize,
                SRCCOPY);
                SRCCOPY);