Andrew Eikum : winex11.drv: Fix indentation for focus_out.
Module: wine Branch: master Commit: 18564c76fc613f61a3e13b7497dde4b29b35194e URL: https://source.winehq.org/git/wine.git/?a=commit;h=18564c76fc613f61a3e13b749... Author: Andrew Eikum <aeikum(a)codeweavers.com> Date: Wed Aug 22 13:49:00 2018 -0500 winex11.drv: Fix indentation for focus_out. Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winex11.drv/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winex11.drv/event.c b/dlls/winex11.drv/event.c index 4aee415..8fe6b36 100644 --- a/dlls/winex11.drv/event.c +++ b/dlls/winex11.drv/event.c @@ -786,7 +786,7 @@ static BOOL X11DRV_FocusIn( HWND hwnd, XEvent *xev ) /********************************************************************** * focus_out */ - static void focus_out( Display *display , HWND hwnd ) +static void focus_out( Display *display , HWND hwnd ) { HWND hwnd_tmp; Window focus_win;
participants (1)
-
Alexandre Julliard