mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
11 lines
271 B
C
11 lines
271 B
C
/*
|
|
*
|
|
* (c) 2004, 2005 Laurent Vivier <LaurentVivier@wanadoo.fr>
|
|
*
|
|
*/
|
|
|
|
extern int glue_display_properties(unsigned long *base,
|
|
unsigned long *row_bytes,
|
|
unsigned long *width, unsigned long *height,
|
|
unsigned long *depth, unsigned long *video);
|