Skip to content

Commit

Permalink
un-gate Xtrans.h
Browse files Browse the repository at this point in the history
The X Network Transport layer has been shipped with X11 for some time now.
We no longer need to support configurations without this feature.

Reported-by: Jaimos Skriletz <jaimosskriletz@gmail.com>
Signed-off-by: Matt Jolly <kangie@gentoo.org>
  • Loading branch information
Kangie committed Oct 28, 2024
1 parent ba0de9e commit 207afe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions dev-docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ system in use.
* libxrandr-dev (>= 1.5)
* libxrender-dev
* libxt-dev
* xtrans-dev

## Optional dependencies

Expand Down
5 changes: 1 addition & 4 deletions libs/fsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@
#include <X11/Xutil.h>
#include <X11/Xproto.h>
#include <X11/Xatom.h>
#if defined(HAVE_X11_XTRANS_XTRANS_H) && defined(HAVE__ICETRANSNOLISTEN)
#include <X11/Xtrans/Xtrans.h>
#elif defined(HAVE__ICETRANSNOLISTEN)
extern void _IceTransNoListen(char *protocol);
#endif


#include "fvwmlib.h"
#include "log.h"
Expand Down

0 comments on commit 207afe9

Please sign in to comment.