mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
Render close, iconify and maximize buttons
This commit is contained in:
parent
e1b86555f4
commit
f7fa28ab42
10 changed files with 140 additions and 53 deletions
|
|
@ -96,6 +96,8 @@ struct token *xbm_tokenize(char *buffer)
|
|||
case '0' ... '9':
|
||||
add_token(TOKEN_INT);
|
||||
get_number_token();
|
||||
struct token *token = tokens + nr_tokens - 1;
|
||||
token->value = (int)strtol(token->name, NULL, 0);
|
||||
continue;
|
||||
case '{':
|
||||
add_token(TOKEN_SPECIAL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue