mirror of
https://github.com/labwc/labwc.git
synced 2026-02-11 04:27:51 -05:00
mv xbm/ ..
This commit is contained in:
parent
a042aad9f6
commit
fd8d9a395d
16 changed files with 22 additions and 13 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#define __LABWC_PARSE_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "theme/xbm/tokenize.h"
|
||||
#include "xbm/tokenize.h"
|
||||
|
||||
struct pixmap {
|
||||
uint32_t *data;
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
|
||||
#include "theme/xbm/parse.h"
|
||||
#include "xbm/parse.h"
|
||||
|
||||
/**
|
||||
* xbm_load - load theme xbm files into global theme struct
|
||||
Loading…
Add table
Add a link
Reference in a new issue