dwscr/displayinfo.h
josh 68d41e9c63 moved files to trunk directory
git-svn-id: svn://anubis/dwscr/trunk@83 5bef9df8-b654-44bb-925b-0ff18baa8f8c
2008-09-22 17:27:40 +00:00

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();