]> git.saurik.com Git - wxWidgets.git/commit
Override GetPixelSize on OS X as the base impl creates a wxScreenDC each time, which...
authorKevin Ollivier <kevino@theolliviers.com>
Thu, 26 Oct 2006 00:22:56 +0000 (00:22 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Thu, 26 Oct 2006 00:22:56 +0000 (00:22 +0000)
commitccd67a6af88981a8c1a2b752a14051fe7698814b
tree2b990b026c4c41e2fa04e9f5e0c779da8494a639
parent4fa3f8c35509dfcb130bd9c9bf7db77da76ba0e9
Override GetPixelSize on OS X as the base impl creates a wxScreenDC each time, which causes a significant performance hit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/mac/carbon/font.h
src/mac/carbon/font.cpp
src/mac/carbon/graphics.cpp