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
|
|
@ -3,9 +3,11 @@
|
|||
#include <string.h>
|
||||
#include <cairo.h>
|
||||
|
||||
#include "theme/xbm/parse.h"
|
||||
#include "xbm/parse.h"
|
||||
#include "common/grab-file.h"
|
||||
|
||||
static float red[] = { 1.0, 0.0, 0.0, 1.0 };
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
struct token *tokens;
|
||||
|
|
@ -20,6 +22,7 @@ int main(int argc, char **argv)
|
|||
exit(EXIT_FAILURE);
|
||||
tokens = tokenize_xbm(buffer);
|
||||
free(buffer);
|
||||
parse_set_color(red);
|
||||
struct pixmap pixmap = parse_xbm_tokens(tokens);
|
||||
free(tokens);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue