~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to ctwm_config.h.in

  • Committer: Matthew Fuller
  • Author(s): Maxime Soulé
  • Date: 2018-01-07 22:44:51 UTC
  • mto: (614.1.31 randr)
  • mto: This revision was merged to the branch mainline in revision 644.
  • Revision ID: fullermd@over-yonder.net-20180107224451-zpd3efl6sscuey2y
Xrandr support can be disabled at compile time (ON by default)

    make CMAKE_EXTRAS="-DUSE_XRANDR15=OFF"


git: 3c4fc656d944500787baf0e90d9d2d72d93dc3de

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
#ifdef USE_SREGEX
62
62
# define USE_SYS_REGEX
63
63
#endif
 
64
 
 
65
/* Is xrandr 1.5 available? */
 
66
#cmakedefine USE_XRANDR15
 
67
#ifdef USE_XRANDR15
 
68
# define XRANDR
 
69
#endif