mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-09 15:05:58 +01:00
rootston: remove unused import and old todo from config header
This commit is contained in:
parent
4ccadf713b
commit
6e00140e8a
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
#define _ROOTSTON_CONFIG_H
|
#define _ROOTSTON_CONFIG_H
|
||||||
#include <wlr/types/wlr_output_layout.h>
|
#include <wlr/types/wlr_output_layout.h>
|
||||||
#include <wlr/types/wlr_input_device.h>
|
#include <wlr/types/wlr_input_device.h>
|
||||||
#include <wlr/types/wlr_cursor.h>
|
|
||||||
|
|
||||||
struct output_config {
|
struct output_config {
|
||||||
char *name;
|
char *name;
|
||||||
|
@ -45,7 +44,7 @@ struct keyboard_config {
|
||||||
|
|
||||||
struct roots_config {
|
struct roots_config {
|
||||||
bool xwayland;
|
bool xwayland;
|
||||||
// TODO: Multiple cursors, multiseat
|
|
||||||
struct {
|
struct {
|
||||||
char *mapped_output;
|
char *mapped_output;
|
||||||
struct wlr_box *mapped_box;
|
struct wlr_box *mapped_box;
|
||||||
|
|
Loading…
Reference in a new issue