Changeset 575
- Timestamp:
- 07/28/11 11:21:38 (10 months ago)
- Location:
- trunk/avango-display
- Files:
-
- 2 edited
-
include/avango/display/mt/MultitouchDevice.h (modified) (1 diff)
-
src/avango/display/mt/MultitouchDevice.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-display/include/avango/display/mt/MultitouchDevice.h
r574 r575 92 92 #ifdef _WIN32 93 93 inline long getMilliseconds() const{ 94 timeGetTime();94 return timeGetTime(); 95 95 }; 96 96 #else -
trunk/avango-display/src/avango/display/mt/MultitouchDevice.cpp
r574 r575 25 25 26 26 #include <iostream> 27 #include <sys/time.h>28 27 29 28 #include <avango/Logger.h>
Note: See TracChangeset
for help on using the changeset viewer.
