This flag was always true, and never false.
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
struct task redraw_task;
int resize_needed;
int type;
- int transparent;
int focus_count;
int resizing;
int dx = 0;
int dy = 0;
- if (!window->transparent)
- flags |= SURFACE_OPAQUE;
-
if (window->resizing)
flags |= SURFACE_HINT_RESIZE;
surface->surface);
}
- window->transparent = 1;
window->type = type;
window->fullscreen_method = WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT;