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>
dev
Pekka Paalanen 8 years ago
parent 474dbcaf8f
commit 39d7e99a46
  1. 4
      xwayland/window-manager.c

@ -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…
Cancel
Save