~ruther/dwl

53798dfbff8c8352e42be2f9c400cb4b66ca28fe — Devin J. Pohly 4 years ago 5d66ea8
fix WLR_SURFACE macro
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 42,7 42,7 @@
#define LENGTH(X)               (sizeof X / sizeof X[0])
#define END(A)                  ((A) + LENGTH(A))
#define TAGMASK                 ((1 << LENGTH(tags)) - 1)
#define WLR_SURFACE(C)          (c->isx11 ? c->xwayland_surface->surface : c->xdg_surface->surface)
#define WLR_SURFACE(C)          ((C)->isx11 ? (C)->xwayland_surface->surface : (C)->xdg_surface->surface)

/* enums */
enum { CurNormal, CurMove, CurResize }; /* cursor */

Do not follow this link