diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
| commit | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch) | |
| tree | ad799ccacfb459b809b02b9c115ed4befb93b4c1 /astro/openuniverse/files/patch-src_ou.cpp | |
| parent | 0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff) | |
| parent | b057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'astro/openuniverse/files/patch-src_ou.cpp')
| -rw-r--r-- | astro/openuniverse/files/patch-src_ou.cpp | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/astro/openuniverse/files/patch-src_ou.cpp b/astro/openuniverse/files/patch-src_ou.cpp index 38cc3f4d10f4..68327b826554 100644 --- a/astro/openuniverse/files/patch-src_ou.cpp +++ b/astro/openuniverse/files/patch-src_ou.cpp @@ -1,11 +1,10 @@ --- src/ou.cpp.orig 2000-06-04 21:29:29 UTC +++ src/ou.cpp -@@ -22,7 +22,7 @@ - #include <string.h> - #include <math.h> - #include <time.h> --#include <sys/timeb.h> -+#include "timeb.h" - #include <setjmp.h> - #include "ou.h" - #include "gui.h" +@@ -560,6 +560,7 @@ int main(int argc, char *argv[]) + #else + glutReshapeFunc(Reshape); + #endif ++ glutDisplayFunc(glutPostRedisplay); + glutMainLoop(); + return 0; + } |
