wlroots-hyprland/render
Cole Mickens 43d0ebfdac
Fix include path for (libdrm/)drm_fourcc.h
This PR broke a private nixpkgs definition I have for wlroots: https://github.com/swaywm/wlroots/pull/1304

It is fixed by changing `#include <drm_fourcc.h>` to `#include <libdrm/drm_fourcc.h>`, which follows what is already done in the dmabuf example.
2018-10-13 21:36:58 -07:00
..
gles2 gles2: change context when it is not current 2018-08-03 07:43:22 +02:00
dmabuf.c Merge branch 'master' into screencontent 2018-05-31 12:33:27 +01:00
egl.c Fix include path for (libdrm/)drm_fourcc.h 2018-10-13 21:36:58 -07:00
glapi.txt render: add wlr_texture_to_dmabuf 2018-05-29 18:47:17 +01:00
meson.build Change how glgen.sh outputs files 2018-08-24 19:35:21 +12:00
wlr_renderer.c Init dmabuf global in renderer 2018-09-02 08:50:43 +02:00
wlr_texture.c render: add wlr_texture_is_opaque 2018-07-12 23:35:33 +01:00