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 4068e39 commit 71a7505
Showing 1 changed file with 1 addition and 4 deletions.
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 71a7505

Please sign in to comment.