mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
merged Luminarys resizing code
This commit is contained in:
commit
4606fb1ee3
4 changed files with 138 additions and 14 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <wlc/wlc.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
#include "list.h"
|
||||
|
||||
struct sway_variable {
|
||||
|
@ -32,6 +33,7 @@ struct sway_config {
|
|||
list_t *cmd_queue;
|
||||
list_t *workspace_outputs;
|
||||
struct sway_mode *current_mode;
|
||||
uint32_t floating_mod;
|
||||
|
||||
// Flags
|
||||
bool focus_follows_mouse;
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
#include <wlc/wlc.h>
|
||||
|
||||
extern struct wlc_interface interface;
|
||||
extern uint32_t keys_pressed[32];
|
||||
|
||||
//set focus to current pointer location and return focused container
|
||||
swayc_t *container_under_pointer(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue