Fix ifdef-vs-if typo with RANDR13_LIBRARY
commitdce99f222f1ca33265cd56ddb157817be1dc078e
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 15 Jun 2016 05:40:18 +0000 (14 22:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 15 Jun 2016 05:40:40 +0000 (14 22:40 -0700)
tree603b4bd3d514b13169c9ad09cadbb3675037d5b6
parentc5461d03a411ff5c6f43885a0a9030e8a94bbc2e
Fix ifdef-vs-if typo with RANDR13_LIBRARY

* src/xfns.c (x_get_monitor_attributes_xrandr): Use #if, not #ifdef.
This ports to systems that predate xrandr 1.3. See Christian Lynbech in:
http://lists.gnu.org/archive/html/emacs-devel/2016-06/msg00198.html
src/xfns.c