DirectWindowStars: Fixed 64-bit build
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user