mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-06 06:10:17 +01:00
xwm: delete dead flags from weston_wm_window_draw_decorations()
Obviously unused. Looks like weston_wm_window_activate() is doing that job. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
474dbcaf8f
commit
39d7e99a46
1 changed files with 0 additions and 4 deletions
|
|
@ -1121,7 +1121,6 @@ weston_wm_window_draw_decoration(void *data)
|
|||
int32_t input_x, input_y, input_w, input_h;
|
||||
const struct weston_desktop_xwayland_interface *xwayland_interface =
|
||||
wm->server->compositor->xwayland_interface;
|
||||
uint32_t flags = 0;
|
||||
|
||||
wm_log("XWM: start draw decoration, win %d\n", window->id);
|
||||
|
||||
|
|
@ -1138,9 +1137,6 @@ weston_wm_window_draw_decoration(void *data)
|
|||
if (window->fullscreen) {
|
||||
/* nothing */
|
||||
} else if (window->decorate) {
|
||||
if (wm->focus_window == window)
|
||||
flags |= THEME_FRAME_ACTIVE;
|
||||
|
||||
frame_set_title(window->frame, window->name);
|
||||
frame_repaint(window->frame, cr);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue