[EMAIL PROTECTED] writes:
> btw, my two ggi programs (dvi & ps viewer) are not listed in the web
> site ;(
Added them now. Thanks a lot for writing them!
Here are two small fixes btw.
Although currently harmless ggi_visual_t * is still wrong, and
generates tons of warnings with current LibGGI.
--- psv-1.2/psv.c.orig Fri Oct 27 21:35:13 2000
+++ psv-1.2/psv.c Fri Oct 27 21:35:23 2000
@@ -28,7 +28,7 @@
int paper_heights[] = { 792, 842 };
int pages;
int *page_pos = NULL;
-ggi_visual_t *visual = NULL;
+ggi_visual_t visual = NULL;
int disp_width = GGI_AUTO;
int disp_height = GGI_AUTO;
int ggi_running = 0;
--- dviv-1.1/dviv.c.orig Wed Oct 18 05:45:22 2000
+++ dviv-1.1/dviv.c Fri Oct 27 21:57:22 2000
@@ -77,7 +77,7 @@
char *paper_name = "letter";
font_def *fonts = NULL;
quad *pages = NULL;
-ggi_visual_t *visual = NULL;
+ggi_visual_t visual = NULL;
int disp_width = GGI_AUTO;
int disp_height = GGI_AUTO;
int ggi_running = 0;
//Marcus
--
-------------------------------+------------------------------------
Marcus Sundberg | http://www.stacken.kth.se/~mackan
Royal Institute of Technology | Phone: +46 707 452062
Stockholm, Sweden | E-Mail: [EMAIL PROTECTED]