swim.git

conv.h

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

#ifndef CONV_H
#define CONV_H

#include <stdint.h>

#include <X11/Xlib.h>

#include "swim.h"

mon_t *rectomon(uint16_t x, uint16_t y, uint16_t w, uint16_t h);
cli_t *wintocli(Window win);
mon_t *wintomon(Window win);

#endif /* CONV_H */