mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
ce0d001eb1
Simple left float implementation. svn path=/import/netsurf/; revision=19
11 lines
148 B
C
11 lines
148 B
C
/**
|
|
* $Id: layout.h,v 1.2 2002/05/27 23:21:11 bursa Exp $
|
|
*/
|
|
|
|
/**
|
|
* interface
|
|
*/
|
|
|
|
void layout_document(struct box * box, unsigned long width);
|
|
|