Commit 2fb9ec7d authored by Cedric Roux's avatar Cedric Roux

background and foreground colors are first class citizens!

parent f2195ba4
...@@ -9,6 +9,9 @@ typedef void widget; ...@@ -9,6 +9,9 @@ typedef void widget;
#define HORIZONTAL 0 #define HORIZONTAL 0
#define VERTICAL 1 #define VERTICAL 1
#define BACKGROUND_COLOR 0
#define FOREGROUND_COLOR 1
gui *gui_init(void); gui *gui_init(void);
/* position = -1 to put at the end */ /* position = -1 to put at the end */
......
...@@ -3,9 +3,6 @@ ...@@ -3,9 +3,6 @@
/* public X interface */ /* public X interface */
#define BACKGROUND_COLOR 0
#define FOREGROUND_COLOR 1
typedef void x_connection; typedef void x_connection;
typedef void x_window; typedef void x_window;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment