dunst/src/draw.h
2018-09-16 02:58:13 +02:00

15 lines
246 B
C

#ifndef DUNST_DRAW_H
#define DUNST_DRAW_H
#include "src/x11/x.h"
extern struct window_x11 *win; // Temporary
void draw_setup(void);
void draw(void);
void draw_deinit(void);
#endif
/* vim: set tabstop=8 shiftwidth=8 expandtab textwidth=0: */