win32: actually call _gdk_win32_screen_on_displaychange_event

41a371c435 factored out a method
but I forgot to actually amend the commit to call the new function
This commit is contained in:
Paolo Borelli 2016-02-29 18:17:28 +01:00
parent 316fe1dbbd
commit e9d2a622e2

View File

@ -176,6 +176,7 @@ inner_display_change_window_procedure (HWND hwnd,
{ {
GdkWin32Display *win32_display = GDK_WIN32_DISPLAY (_gdk_display); GdkWin32Display *win32_display = GDK_WIN32_DISPLAY (_gdk_display);
_gdk_win32_screen_on_displaychange_event (GDK_WIN32_SCREEN (win32_display->screen));
return 0; return 0;
} }
default: default: