mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
mv xbm/ ..
This commit is contained in:
parent
a042aad9f6
commit
fd8d9a395d
16 changed files with 22 additions and 13 deletions
|
|
@ -15,6 +15,7 @@ SRC = \
|
|||
../../src/common/dir.c \
|
||||
../../src/common/buf.c \
|
||||
../../src/common/font.c \
|
||||
../../src/common/log.c \
|
||||
../../src/config/keybind.c
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,12 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <cairo.h>
|
||||
#include <pango/pangocairo.h>
|
||||
|
||||
#include "config/rcxml.h"
|
||||
#include "common/buf.h"
|
||||
#include "common/log.h"
|
||||
|
||||
struct rcxml rc = { 0 };
|
||||
|
||||
|
|
@ -20,4 +23,5 @@ int main(int argc, char **argv)
|
|||
rcxml_read(argv[1]);
|
||||
printf("%s", b.buf);
|
||||
free(b.buf);
|
||||
pango_cairo_font_map_set_default(NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue