diff options
Diffstat (limited to 'draw.c')
| -rw-r--r-- | draw.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ #include "draw.h" #include "log.h" +// Idea: Either make a to_draw queue where we put things we schedule to redraw +// (this will also work for animations in the future) +// or use some flags to trigger drawing +// +// Anyway, a drawing context struct is required + // Make this a state passed to draw int draw_height, draw_x_padding, draw_y_padding; PangoFontDescription *desc; |
