comparison src/gui_photon.c @ 95:a2081e6febb8

updated for version 7.0037
author vimboss
date Tue, 11 Jan 2005 21:29:04 +0000
parents 014ba200db86
children d292c40ca788
comparison
equal deleted inserted replaced
94:0c2e08de4a75 95:a2081e6febb8
1893 0 ); 1893 0 );
1894 #endif 1894 #endif
1895 } 1895 }
1896 } 1896 }
1897 1897
1898 int 1898 void
1899 gui_mch_getmouse(int *x, int *y) 1899 gui_mch_getmouse(int *x, int *y)
1900 { 1900 {
1901 PhCursorInfo_t info; 1901 PhCursorInfo_t info;
1902 short ix, iy; 1902 short ix, iy;
1903 1903