include/labwc.h: Provide MIN/MAX macros

This commit is contained in:
Consolatis 2023-01-06 15:06:57 +01:00
parent 9d7386effd
commit 7b48da4ab2
4 changed files with 8 additions and 6 deletions

View file

@ -14,8 +14,6 @@
#define LAB_FALLBACK_WIDTH 640
#define LAB_FALLBACK_HEIGHT 480
#define MAX(a, b) (((a) > (b)) ? (a) : (b))
/**
* All view_apply_xxx_geometry() functions must *not* modify
* any state besides repositioning or resizing the view.