aboutsummaryrefslogtreecommitdiff
path: root/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/widget.h b/widget.h
index 002db22..8642fa0 100644
--- a/widget.h
+++ b/widget.h
@@ -47,19 +47,9 @@ struct panel {
unsigned long *palette;
};
-struct hsl {
- float h, s, l;
-};
-
-struct palette {
- struct hsl from, to;
-};
-
enum mirror { LTR, RTL };
__BEGIN_DECLS
-unsigned long hslcolor(Display *, struct hsl);
-unsigned long *init_palette(Display *, struct palette, int);
void draw_panel(Display *, struct panel *);
void flip_panel(Display *, struct panel *);
struct panel *init_panel(Display *, Window, XRectangle, enum mirror);