mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
include/labwc.h: Provide MIN/MAX macros
This commit is contained in:
parent
9d7386effd
commit
7b48da4ab2
4 changed files with 8 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue