Files
xserver/include
Enrico Weigelt, metux IT consult 5977b33fc4 config: fix wscons backend on NetBSD
Compiler gives warning:

    ../config/wscons.c: At top level:
    ../config/wscons.c:262:1: warning: no previous prototype for ‘config_wscons_init’ [-Wmissing-prototypes]
      262 | config_wscons_init(void)
          | ^~~~~~~~~~~~~~~~~~
    ../config/wscons.c:270:1: warning: no previous prototype for ‘config_wscons_fini’ [-Wmissing-prototypes]
      270 | config_wscons_fini(void)
          | ^~~~~~~~~~~~~~~~~~

Problem is: commit bcee84c3e4 wanted to enable
wscons support on NetBSD, but only added compiling config/wscons.c, but didn't
enable setting the CONFIG_WSCONS symbol, so it won't be called at all.

Fixes: bcee84c3e4
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1450>
(cherry picked from commit 272e2915fe)
2026-01-19 12:32:24 -08:00
..
2020-07-05 13:07:33 -07:00
2014-07-17 10:19:52 -07:00
2014-11-12 10:25:00 +10:00
2014-11-12 10:25:00 +10:00
2015-06-30 12:17:51 +10:00
2026-01-19 12:32:20 -08:00
2014-11-12 10:25:00 +10:00
2017-06-20 16:37:24 -04:00
2023-11-29 21:18:29 +00:00
2014-11-12 10:25:00 +10:00
2017-03-17 15:14:42 -04:00
2020-07-05 13:07:33 -07:00
2024-01-09 09:49:54 +10:00
2014-11-12 10:25:00 +10:00
2026-01-19 12:32:20 -08:00
2014-11-12 10:25:00 +10:00
2026-01-19 12:32:20 -08:00
2014-11-12 10:25:00 +10:00
2015-01-23 10:35:49 -08:00
2014-11-12 10:25:00 +10:00
2014-11-12 10:25:00 +10:00
2019-04-12 21:53:03 +00:00
2014-11-12 10:25:00 +10:00
2020-07-05 13:07:33 -07:00
2019-01-10 18:40:20 +02:00