diff options
| author | Drew DeVault <sir@cmpwn.com> | 2016-09-01 08:18:37 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2016-09-01 08:18:37 -0400 |
| commit | 416417a54c5875abcdc257b6ad10ff086c35eefc (patch) | |
| tree | 00f20884a05d05e620a4a24bba8595557cd41405 /include/resize.h | |
| parent | 729fdf7d9186ceba0f84b87edfd473642964227f (diff) | |
Reorganize includes
Diffstat (limited to 'include/resize.h')
| -rw-r--r-- | include/resize.h | 14 |
1 files changed, 0 insertions, 14 deletions
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 <stdbool.h> - -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 |
