DirectWindowStars: Fixed 64-bit build

This commit is contained in:
Axel Dörfler
2018-11-04 18:37:55 +00:00
parent 0f03d737b9
commit b5ecd7c203
2 changed files with 67 additions and 67 deletions
@@ -518,7 +518,7 @@ StarWindow::SwitchContext(direct_buffer_info *info)
// This is the thread doing the star animation itself. It would be easy to // This is the thread doing the star animation itself. It would be easy to
// adapt to do any other sort of pixel animation. // adapt to do any other sort of pixel animation.
long status_t
StarWindow::StarAnimation(void *data) StarWindow::StarAnimation(void *data)
{ {
star *s; star *s;
@@ -43,7 +43,7 @@ private:
inline void CrcStep(); inline void CrcStep();
// the drawing thread function. // the drawing thread function.
static long StarAnimation(void *data); static status_t StarAnimation(void *data);
// struct used to control each star. // struct used to control each star.
typedef struct { typedef struct {