mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
include/: refactor header files
This commit is contained in:
parent
82dc192217
commit
53266a0d5a
8 changed files with 27 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "buf.h"
|
||||
#include "common/buf.h"
|
||||
|
||||
void buf_init(struct buf *s)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include "rcxml.h"
|
||||
#include "config/config-dir.h"
|
||||
#include "common/bug-on.h"
|
||||
|
||||
static bool in_keybind = false;
|
||||
static bool is_attribute = false;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "buf.h"
|
||||
#include "common/buf.h"
|
||||
#include "theme/xbm/parse.h"
|
||||
|
||||
/* TODO: should be window.active.button.unpressed.image.color */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue