mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
html: layout: FPCT_OF_INT_TOINT is now in LibCSS
This commit is contained in:
parent
5f2065ecfb
commit
120be3d771
@ -26,9 +26,6 @@
|
||||
|
||||
#define AUTO INT_MIN
|
||||
|
||||
/* Fixed point percentage (a) of an integer (b), to an integer */
|
||||
#define FPCT_OF_INT_TOINT(a, b) (FIXTOINT(FDIV((a * b), F_100)))
|
||||
|
||||
/**
|
||||
* Layout a block formatting context.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user