From 416417a54c5875abcdc257b6ad10ff086c35eefc Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 1 Sep 2016 08:18:37 -0400 Subject: Reorganize includes --- include/resize.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 include/resize.h (limited to 'include/resize.h') diff --git a/include/resize.h b/include/resize.h deleted file mode 100644 index 0d382994..00000000 --- a/include/resize.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _SWAY_RESIZE_H -#define _SWAY_RESIZE_H -#include - -enum resize_dim_types { - RESIZE_DIM_PX, - RESIZE_DIM_PPT, - RESIZE_DIM_DEFAULT, -}; - -bool set_size(int dimension, bool use_width); -bool resize(int dimension, bool use_width, enum resize_dim_types dim_type); - -#endif -- cgit v1.2.3-54-g00ecf