aboutsummaryrefslogtreecommitdiff
path: root/draw.h
blob: 4fcded89761cfb83f46de9a0a1dbb143e62ec186 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef COMET_DRAW_H
#define COMET_DRAW_H

#include "x11.h"

void draw(Window *win);

#endif

// vim: set ts=4 sw=4 et