x11 borders fix
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
#include "types.h"
|
||||
|
||||
void focus_toplevel(struct absinthe_toplevel *toplevel);
|
||||
|
||||
struct absinthe_toplevel *focus_get_topmost(struct absinthe_server *server);
|
||||
|
||||
struct absinthe_toplevel *focus_get_first_tiled(struct absinthe_output *output);
|
||||
struct absinthe_toplevel *focus_get_last_tiled(struct absinthe_output *output);
|
||||
|
||||
void focus_next(struct absinthe_server *server);
|
||||
void focus_prev(struct absinthe_server *server);
|
||||
|
||||
@@ -142,6 +142,7 @@ struct absinthe_toplevel {
|
||||
struct wlr_xdg_toplevel_decoration_v1 *decoration;
|
||||
|
||||
bool tiled, floating, fullscreen, maximized;
|
||||
bool urgent;
|
||||
uint32_t resizing;
|
||||
|
||||
struct wlr_box geometry;
|
||||
|
||||
Reference in New Issue
Block a user