swim.git

mon.h

espurr
/* swim - window manager
 * Copyright (C) 2024 ArcNyxx
 * see LICENCE file for licensing information */

#ifndef MON_H
#define MON_H

#include <xcb/xcb.h>
#include <xcb/render.h>

#include "swim.h"

void chmon(xcb_connection_t *c, xcb_screen_t *scr, xcb_render_pictformat_t fmt,
		mon_t **mp);

#endif /* MON_H */