- Timestamp:
- Apr 28, 2010, 8:41:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/painting/qwindowsurface_pm.cpp
r713 r714 254 254 static HDIVE diveHandle = NULLHANDLE; 255 255 static char *diveFrameBuf = NULL; 256 257 258 256 259 257 260 //////////////////////////////////////////////////////////////////////////////// … … 663 666 // use direct framebuffer access 664 667 diveUseFB = true; 668 669 670 671 665 672 } else { 666 673 // disable DIVE by default due to bugs in the Panorama driver … … 776 783 } 777 784 } 785 786 778 787 } 779 788 } … … 781 790 DEBUG_VAR(diveDllOK); 782 791 DEBUG_VAR(diveUseFB); 792 783 793 } 784 794 … … 884 894 885 895 const int srcBytesPerLine = d->image->bytesPerLine(); 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 886 916 887 917 if (DiveAcquireFrameBuffer(d->hDive, &rclDst) == DIVE_SUCCESS) { … … 1031 1061 DiveDeacquireFrameBuffer(d->hDive); 1032 1062 } 1063 1064 1065 1033 1066 } 1034 1067
Note:
See TracChangeset
for help on using the changeset viewer.