Implemented a simple modality under X11.
Filled wxDataFormat and wxDataObject etc. Added skeleton for X11 clipboard. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -383,7 +383,7 @@ void wxWindowX11::DoCaptureMouse()
|
||||
return;
|
||||
}
|
||||
|
||||
wxLogDebug("Grabbed pointer in %s", GetName().c_str() );
|
||||
// wxLogDebug("Grabbed pointer in %s", GetName().c_str() );
|
||||
|
||||
#if 0
|
||||
res = XGrabButton(wxGlobalDisplay(), AnyButton, AnyModifier,
|
||||
@@ -443,7 +443,7 @@ void wxWindowX11::DoReleaseMouse()
|
||||
#endif
|
||||
}
|
||||
|
||||
wxLogDebug( "Ungrabbed pointer in %s", GetName().c_str() );
|
||||
// wxLogDebug( "Ungrabbed pointer in %s", GetName().c_str() );
|
||||
|
||||
m_winCaptured = FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user