Files
nethack/win/Qt
nhmall f228fefabd updated window_procs
Add a non-string identifier to window_procs for use in runtime
identification of the current window port being used.

Use a macro WPID to add the identification at the top of the
various existing window_procs declarations. It expands to the
existing text string, as well as the newly added field wp_id
with a wp_ identifier.

For example, WPID(tty) expands to: "tty", wp_tty

The generated wp_tty must be present in the wp_ids enum at
the top of include/winprocs.h.

The WINDOWPORT(x) macro has been updated to expand to a simple
value comparison (port.wp_id == wp_x), instead of a
string comparison.
2022-06-29 23:21:19 -04:00
..
2019-12-07 17:07:50 +01:00
2019-12-07 17:07:50 +01:00
2022-06-29 23:21:19 -04:00
2021-12-30 11:29:03 -08:00
2019-12-07 17:07:50 +01:00
2020-12-27 17:01:33 -08:00
2019-12-07 17:07:50 +01:00
2021-12-30 11:29:03 -08:00
2019-12-07 17:07:50 +01:00
2022-01-04 12:23:06 -08:00
2022-01-04 12:23:06 -08:00
2022-06-11 13:52:58 -04:00
2019-12-07 17:07:50 +01:00
2021-12-30 11:29:03 -08:00
2021-01-08 13:47:34 -08:00
2021-12-30 11:29:03 -08:00
2019-12-07 17:07:50 +01:00
2022-05-12 20:10:27 -04:00
2022-05-07 10:25:13 -04:00
2021-09-18 19:51:04 -04:00
2022-06-11 14:00:15 -04:00
2021-08-15 10:58:42 +03:00
2021-12-30 11:29:03 -08:00
2022-05-12 20:10:27 -04:00
2022-01-10 13:23:09 -08:00
2022-06-11 13:52:58 -04:00
2022-06-11 13:52:58 -04:00
2022-06-11 13:52:58 -04:00
2019-12-07 17:07:50 +01:00
2022-01-02 01:48:07 -08:00
2020-12-06 02:58:05 -08:00
2022-06-11 13:52:58 -04:00
2020-11-05 14:28:17 -08:00
2019-12-07 17:07:50 +01:00
2021-12-30 11:29:03 -08:00
2020-11-05 14:36:13 -08:00
2022-05-12 20:10:27 -04:00
2019-12-07 17:07:50 +01:00
2021-12-30 11:29:03 -08:00
2021-01-23 15:58:23 -08:00
2022-04-16 01:52:12 -07:00
2021-04-11 14:55:45 -07:00
2022-06-11 13:52:58 -04:00
2020-10-31 15:34:47 -07:00