mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
include: split output.h from labwc.h
This commit is contained in:
parent
2f414a438b
commit
e21fc065c4
32 changed files with 112 additions and 84 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#include "labwc.h"
|
||||
#include "layers.h"
|
||||
#include "menu/menu.h"
|
||||
#include "output.h"
|
||||
#include "regions.h"
|
||||
#include "resistance.h"
|
||||
#include "resize-outlines.h"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
#include <assert.h>
|
||||
#include "common/mem.h"
|
||||
#include "node.h"
|
||||
#include "output.h"
|
||||
#include "view.h"
|
||||
|
||||
#define SAME_CLIENT(wlr_obj1, wlr_obj2) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue