]> git.saurik.com Git - wxWidgets.git/commitdiff
don't forget to backport Robert's GetInternalFont change
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 26 Jan 2003 12:36:28 +0000 (12:36 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 26 Jan 2003 12:36:28 +0000 (12:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/toback24.txt

index 8ec2832246b07e1058129700c69c427e2c221481..48a94f7a3e76b6a07050862057fd2c66044f989e 100644 (file)
@@ -264,3 +264,13 @@ diff -u -2 -r1.35 winuniv.cpp
  }
  
 
+22. "Remove" wxFont::GetInternalFont from wxGTK w/ GTK2
+
+CVS: [RR] wxWindows/src/gtk dcclient.cpp,1.162,1.163 font.cpp,1.69,1.70 window.cpp,1.411,1.412
+CVS: [RR] wxWindows/src/gtk choice.cpp,1.55,1.56 combobox.cpp,1.87,1.88
+CVS: [RR] wxWindows/src/gtk minifram.cpp,1.29,1.30
+   (not sure about minifram.cpp: must be checked for binary compatibility - VS)
+
+When applying, be careful to not pick later revision of font.cpp -- 2.5 doesn't
+have wxFont::GetInternalFont while 2.4 must have it because of binary
+compatibility!