rombust
06-22-2007, 12:27 PM
I won't be coding on ClanLib for a while, i have been given 2 big projects for work, that will take a while to complete.
I have a comment on CL_Timer:
I noticed that CL_Timer has been taken out of ClanCore and put into ClanGUI (as a semi-private class). However there is no reason (in my opinion), that it cannot be moved into ClanDisplay (from ClanGUI) - As the timer uses the window display timer (Win32 SetTimer API, and emulated on Linux).
I have made CL_Timer a bit more generic, and added compatibility for linux.
I have a comment on CL_Timer:
I noticed that CL_Timer has been taken out of ClanCore and put into ClanGUI (as a semi-private class). However there is no reason (in my opinion), that it cannot be moved into ClanDisplay (from ClanGUI) - As the timer uses the window display timer (Win32 SetTimer API, and emulated on Linux).
I have made CL_Timer a bit more generic, and added compatibility for linux.