xserver/hw
Jeremy Huddleston Sequoia d88f7fcbe2 xquartz: Fix a compiler warning about const incompatible pointer assignment
driWrap.c:541:30: error: assigning to 'GCOps *' (aka 'struct _GCOps *') from 'const GCOps *' (aka 'const struct _GCOps *') discards
      qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
        pGCPriv->originalOps = pGC->ops;
                             ^ ~~~~~~~~

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
(cherry picked from commit 6a83fb51b7)
2021-02-20 17:52:43 -08:00
..
dmx Update URL's in man pages 2021-02-20 17:39:29 -08:00
kdrive Use ARRAY_SIZE all over the tree 2021-02-20 17:39:29 -08:00
vfb Remove fd_set from Block/Wakeup handler API 2016-07-18 15:27:51 -04:00
xfree86 Use ARRAY_SIZE all over the tree 2021-02-20 17:39:29 -08:00
xnest Remove fd_set from Block/Wakeup handler API 2016-07-18 15:27:51 -04:00
xquartz xquartz: Fix a compiler warning about const incompatible pointer assignment 2021-02-20 17:52:43 -08:00
xwayland xwayland: Don't process cursor warping without an xwl_seat 2018-02-12 14:53:36 -05:00
xwin Use ARRAY_SIZE all over the tree 2021-02-20 17:39:29 -08:00
Makefile.am Xwayland DDX 2014-04-03 15:19:22 -07:00