Renamed library struct members.

This commit is contained in:
Camilla Berglund
2010-09-14 04:35:36 +02:00
parent e0d18c1719
commit 3f40c46650
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -335,8 +335,8 @@ typedef struct _GLFWlibraryWin32
// Timer data
struct {
int HasPerformanceCounter;
double Resolution;
int hasPerformanceCounter;
double resolution;
unsigned int t0_32;
__int64 t0_64;
} timer;