Kaydet (Commit) e5eedf7a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:implicitboolconversion (clang-cl)

...after 2bb28265 "SalFrame Handle* methods can
return bool"

Change-Id: I15659eafc27e8402aeb407418e656d546c554f06
üst 7742f514
......@@ -184,8 +184,8 @@ void EmitTimerCallback();
void SalTestMouseLeave();
long ImplHandleSalObjKeyMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
long ImplHandleSalObjSysCharMsg( HWND hWnd, WPARAM wParam, LPARAM lParam );
bool ImplHandleSalObjKeyMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
bool ImplHandleSalObjSysCharMsg( HWND hWnd, WPARAM wParam, LPARAM lParam );
bool ImplHandleGlobalMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, LRESULT& rlResult );
WinSalObject* ImplFindSalObject( HWND hWndChild );
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment