10 lines
213 B
C
10 lines
213 B
C
|
|
/* Author: Josh Holtrop
|
|
* DornerWorks screensaver
|
|
* Common interface for obtaining display information from either
|
|
* Windows or linux
|
|
*/
|
|
|
|
void getDisplaySize(int * width, int * height);
|
|
int getNumMonitors();
|