make always_render a global variable, MwWaylandAlwaysRender
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
a826ce5e12
commit
9757623d3c
3 changed files with 10 additions and 16 deletions
|
|
@ -127,7 +127,7 @@ typedef struct wayland_call_table {
|
|||
} wayland_call_table_t;
|
||||
|
||||
extern wayland_call_table_t wl_call_tbl;
|
||||
|
||||
extern MwBool MwWaylandAlwaysRender;
|
||||
/* defined inline right here so that it doesn't conflict with the other macros */
|
||||
MwInline int wayland_load_funcs() {
|
||||
wl_call_tbl.lib = MwDynamicOpen("libwayland-client.so");
|
||||
|
|
@ -405,8 +405,6 @@ struct _MwLLWayland {
|
|||
wayland_protocol_t* value;
|
||||
}* wl_protocol_map;
|
||||
|
||||
MwBool always_render;
|
||||
|
||||
MwBool has_decorations;
|
||||
char title[255];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue