forked from pyrite-dev/milsko
fix
This commit is contained in:
parent
5c74e65516
commit
0550e74b98
2 changed files with 0 additions and 4 deletions
|
|
@ -563,7 +563,6 @@ struct _MwLLWayland {
|
|||
/* The cairo to actually use for draw operations. Typically is front_cairo, but MwLLBeginDraw can change this to the back_cairo so it can be used to draw window decorations. */
|
||||
cairo_t* selected_cairo;
|
||||
|
||||
MwBool is_subwindow;
|
||||
};
|
||||
|
||||
struct _MwLLWaylandColor {
|
||||
|
|
|
|||
|
|
@ -279,9 +279,6 @@ static int wcreate(MwWidget handle) {
|
|||
|
||||
MwSetDefault(handle);
|
||||
|
||||
if(handle->lowlevel->common.type == MwLLBackendWayland) {
|
||||
handle->lowlevel->wayland.is_subwindow = MwTRUE;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue