diff options
| author | Federico Angelilli <code@fedang.net> | 2023-11-15 22:35:41 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2023-11-15 22:35:41 +0100 |
| commit | 22086e50382b99de092899a203e520c30f50b618 (patch) | |
| tree | 90ca79a7e9fedd52b21d458cf91f1fbd8a56bd06 /draw.h | |
| parent | 7d795eede96e08bf7673a3264648b33693adea21 (diff) | |
Add `Connection` to separate xcb setup from window logic
Diffstat (limited to 'draw.h')
| -rw-r--r-- | draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #ifndef COMET_DRAW_H #define COMET_DRAW_H -#include "x11.h" +#include "window.h" void draw_init(const char *font, int height, int x_padding, int y_padding); |
