don't use priviledged calls in wxDFB to allow concurrent use of the display by >1 wxDFB apps

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2006-11-18 13:17:35 +00:00
parent c8408242c2
commit fa28b00cdc
4 changed files with 36 additions and 20 deletions

View File

@@ -31,7 +31,7 @@
// wxScreenDC
//-----------------------------------------------------------------------------
#warning "FIXME: verify that wxScreenDC works in 2nd DirectFB app started"
#warning "FIXME: this doesn't work (neither single app nor multiapp core)
// FIXME: maybe use a subsurface as well?
IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxDC)