wxWidgets/src/dfb
Vadim Zeitlin fd324b2954 Implement proper wxCursor cloning in wxDFB.
wxDFB compilation was broken by recent wxObjectRefData copy ctor-related
changes. Fix it by not using wxCursorRefData copy ctor any more, call
wxCursorRefData::Clone() which does the right thing explicitly instead.

Closes #12791.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-12-22 13:57:15 +00:00
..
app.cpp fixed deadlock when posting events from another thread to wxDFB (patch from #10408 by Anders Larsen) 2009-05-05 16:09:40 +00:00
bitmap.cpp Use wxDELETE() and wxDELETEA() when possible. 2010-06-20 18:18:23 +00:00
brush.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
cursor.cpp Implement proper wxCursor cloning in wxDFB. 2010-12-22 13:57:15 +00:00
dc.cpp change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
dcclient.cpp removed wxDCWindowImpl::m_win; use wxDCImpl::m_window instead (fixes caret-related crash 2008-05-06 17:08:49 +00:00
dcmemory.cpp wx*DCImpl PCH-less compilation fix 2008-01-29 14:09:56 +00:00
dcscreen.cpp silence warnings about not using double-buffered surface in wxScreenDC ; add comment explaining why (and how) is wxScreenDC implementation in wxDFB broken 2008-05-27 16:28:28 +00:00
evtloop.cpp non-pch build fix 2009-02-16 17:22:02 +00:00
font.cpp Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont::GetFamily(). 2010-09-29 13:46:09 +00:00
fontenum.cpp compilation fixes for !wxUSE_FONTMEM case 2008-05-06 21:11:59 +00:00
fontmgr.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
nonownedwnd.cpp replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL 2009-03-22 12:53:48 +00:00
overlay.cpp changing to wxDC, so that wxGCDC can be used as well 2007-12-22 09:16:57 +00:00
pen.cpp wxDFB compilation fixes after recent brushes/pens changes (patch #1939986) 2008-04-13 12:06:17 +00:00
region.cpp Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
settings.cpp don't assert on unsupported metric in wxSystemSettingsNative::GetMetric() 2008-11-20 12:28:08 +00:00
toplevel.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
utils.cpp wxDFB: use Unix event loop and timers (fixes #10408) 2009-01-30 15:21:47 +00:00
window.cpp Remove wxUSE_WCHAR_T checks. 2010-04-16 10:43:18 +00:00
wrapdfb.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00