cleanup src/bin/colors.h

terminology-1.9
Boris Faure 3 years ago
parent d58c774fad
commit dbba452a8b
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
  1. 21
      src/bin/colors.h

@ -4,8 +4,23 @@
#include <Evas.h>
#include "config.h"
void colors_term_init(Evas_Object *textgrid, const Evas_Object *bg, const Config *config);
void colors_standard_get(int set, int col, unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a);
void colors_256_get(int col, unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a);
void
colors_term_init(Evas_Object *textgrid,
const Evas_Object *bg,
const Config *config);
void
colors_standard_get(int set,
int col,
unsigned char *r,
unsigned char *g,
unsigned char *b,
unsigned char *a);
void
colors_256_get(int col,
unsigned char *r,
unsigned char *g,
unsigned char *b,
unsigned char *a);
#endif

Loading…
Cancel
Save