mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-10 14:30:09 +00:00
12 lines
305 B
C
12 lines
305 B
C
/*
|
|
*
|
|
* (c) 2004 Laurent Vivier <LaurentVivier@wanadoo.fr>
|
|
*
|
|
*/
|
|
|
|
extern void glue_display_properties(unsigned long *base,
|
|
unsigned long *row_bytes,
|
|
unsigned long *width, unsigned long *height,
|
|
unsigned long *depth);
|
|
extern int Gestalt(unsigned long selector, long * response);
|