void meta_core_shade (Display *xdisplay, Window frame_xwindow, guint32 timestamp) { MetaWindow *window = get_window (xdisplay, frame_xwindow); meta_window_shade (window, timestamp); }
LOCAL_SYMBOL void meta_core_shade (Display *xdisplay, Window frame_xwindow, guint32 timestamp) { MetaWindow *window = get_window (xdisplay, frame_xwindow); meta_screen_hide_hud_and_preview (window->screen); meta_window_shade (window, timestamp); }