mirror of
https://github.com/labwc/labwc.git
synced 2026-03-04 01:40:39 -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
|
|
@ -8,7 +8,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include "config.h"
|
||||
#include "buffer.h"
|
||||
#include "common/font.h"
|
||||
#include "common/graphic-helpers.h"
|
||||
|
|
@ -16,10 +15,10 @@
|
|||
#include "common/mem.h"
|
||||
#include "input/keyboard.h"
|
||||
#include "labwc.h"
|
||||
#include "output.h"
|
||||
#include "protocols/cosmic-workspaces.h"
|
||||
#include "protocols/ext-workspace.h"
|
||||
#include "view.h"
|
||||
#include "xwayland.h"
|
||||
|
||||
#define COSMIC_WORKSPACES_VERSION 1
|
||||
#define EXT_WORKSPACES_VERSION 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue