mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
f1ff3aaa3f
- Use SF macro in MASTER_SITES. - Clean up. - Remove some useless comments from targets. - Remove CVS directories before installing them instead of after. - Tidy pkg-message. - Remove IGNORE message for unsupported FreeBSD < 5.x. - Fix building with GCC 4.x [1]. Reported by: pointyhat [1]
12 lines
356 B
C
12 lines
356 B
C
--- ./visual.h.orig Tue Mar 27 14:57:10 2007
|
|
+++ ./visual.h Tue Mar 27 15:00:26 2007
|
|
@@ -70,7 +70,7 @@
|
|
int setarTelaCheia(void);
|
|
int aumentarResolucao(void);
|
|
int diminuirResolucao(void);
|
|
- GLvoid matarJanela(GLvoid);
|
|
+ void matarJanela(void);
|
|
|
|
void Escrita2D(void);
|
|
void EscreveString(float x, float y, void *font, const char *string);
|