mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Pav Lucistnik](/assets/img/avatar_default.png)
Fargoal", created by Jeff McCord for the Commodore 64 in 1983. This remake was written for the 2003 remakes.org competition. PR: ports/60236 Submitted by: Chris Pressey <cpressey@catseye.mine.nu>
18 lines
385 B
C
18 lines
385 B
C
--- main.c Thu Jul 31 10:06:51 2003
|
|
+++ main.c Mon Nov 17 09:51:26 2003
|
|
@@ -365,12 +365,8 @@
|
|
|
|
fix_alt_tab ();
|
|
|
|
- #if (ALLEGRO_SUB_VERSION == 0)
|
|
- set_window_close_button (1);
|
|
- set_window_close_hook (close_button);
|
|
- #else
|
|
- set_close_button_callback (close_button);
|
|
- #endif
|
|
+ set_window_close_button (1);
|
|
+ set_window_close_hook (close_button);
|
|
|
|
if (colordepth == 8)
|
|
{
|