DirectWindowStars: Fixed 64-bit build

This commit is contained in:
Axel Dörfler 2018-11-03 23:52:02 +00:00
parent 0f03d737b9
commit b5ecd7c203
2 changed files with 67 additions and 67 deletions

View File

@ -518,7 +518,7 @@ StarWindow::SwitchContext(direct_buffer_info *info)
// This is the thread doing the star animation itself. It would be easy to
// adapt to do any other sort of pixel animation.
long
status_t
StarWindow::StarAnimation(void *data)
{
star *s;

View File

@ -43,7 +43,7 @@ private:
inline void CrcStep();
// the drawing thread function.
static long StarAnimation(void *data);
static status_t StarAnimation(void *data);
// struct used to control each star.
typedef struct {