Add ssd.h

This commit is contained in:
Johan Malm 2021-03-21 20:54:55 +00:00
parent 4127643cc1
commit fc76100fd5
9 changed files with 35 additions and 20 deletions

View file

@ -1,12 +1,13 @@
/*
* Helpers for handling window decorations
* Helpers for view server side decorations
*
* Copyright Johan Malm 2020
* Copyright (C) 2020 Johan Malm
*/
#include <assert.h>
#include "config/rcxml.h"
#include "labwc.h"
#include "ssd.h"
#define BORDER_WIDTH (2)
@ -107,3 +108,5 @@ ssd_at(struct view *view, double lx, double ly)
}
return LAB_SSD_NONE;
}