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:
@@ -1121,7 +1121,6 @@ weston_wm_window_draw_decoration(void *data)
|
|||||||
int32_t input_x, input_y, input_w, input_h;
|
int32_t input_x, input_y, input_w, input_h;
|
||||||
const struct weston_desktop_xwayland_interface *xwayland_interface =
|
const struct weston_desktop_xwayland_interface *xwayland_interface =
|
||||||
wm->server->compositor->xwayland_interface;
|
wm->server->compositor->xwayland_interface;
|
||||||
uint32_t flags = 0;
|
|
||||||
|
|
||||||
wm_log("XWM: start draw decoration, win %d\n", window->id);
|
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) {
|
if (window->fullscreen) {
|
||||||
/* nothing */
|
/* nothing */
|
||||||
} else if (window->decorate) {
|
} else if (window->decorate) {
|
||||||
if (wm->focus_window == window)
|
|
||||||
flags |= THEME_FRAME_ACTIVE;
|
|
||||||
|
|
||||||
frame_set_title(window->frame, window->name);
|
frame_set_title(window->frame, window->name);
|
||||||
frame_repaint(window->frame, cr);
|
frame_repaint(window->frame, cr);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user