mirror of
https://github.com/labwc/labwc.git
synced 2026-02-12 04:27:57 -05:00
mv xbm/ ..
This commit is contained in:
parent
a042aad9f6
commit
fd8d9a395d
16 changed files with 22 additions and 13 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "labwc.h"
|
||||
#include "theme/theme.h"
|
||||
#include "theme/xbm/xbm.h"
|
||||
#include "xbm/xbm.h"
|
||||
#include "common/spawn.h"
|
||||
|
||||
#include <cairo.h>
|
||||
|
|
|
|||
|
|
@ -16,3 +16,4 @@ subdir('common')
|
|||
subdir('config')
|
||||
subdir('theme')
|
||||
subdir('debug')
|
||||
subdir('xbm')
|
||||
|
|
|
|||
|
|
@ -2,4 +2,3 @@ labwc_sources += files(
|
|||
'theme.c',
|
||||
)
|
||||
|
||||
subdir('xbm')
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "theme/xbm/parse.h"
|
||||
#include "xbm/parse.h"
|
||||
#include "common/bug-on.h"
|
||||
|
||||
static uint32_t color;
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "theme/xbm/tokenize.h"
|
||||
#include "xbm/tokenize.h"
|
||||
|
||||
static char *current_buffer_position;
|
||||
static struct token *tokens;
|
||||
|
|
@ -8,8 +8,8 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
#include "theme/theme.h"
|
||||
#include "theme/xbm/xbm.h"
|
||||
#include "theme/xbm/parse.h"
|
||||
#include "xbm/xbm.h"
|
||||
#include "xbm/parse.h"
|
||||
#include "config/rcxml.h"
|
||||
#include "common/dir.h"
|
||||
#include "common/grab-file.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue