Remove outdated comments about stdint.h
We include stdint.h unconditionally in the header. We don't require users to include it manually before xf86drmMode.h. Signed-off-by: Simon Ser <contact@emersion.fr> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>main
parent
b82ed182ca
commit
4f0fe66369
|
@ -33,11 +33,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* TODO the types we are after are defined in different headers on different
|
|
||||||
* platforms find which headers to include to get uint32_t
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -48,9 +48,6 @@ extern "C" {
|
||||||
/*
|
/*
|
||||||
* This is the interface for modesetting for drm.
|
* This is the interface for modesetting for drm.
|
||||||
*
|
*
|
||||||
* In order to use this interface you must include either <stdint.h> or another
|
|
||||||
* header defining uint32_t, int32_t and uint16_t.
|
|
||||||
*
|
|
||||||
* It aims to provide a randr1.2 compatible interface for modesettings in the
|
* It aims to provide a randr1.2 compatible interface for modesettings in the
|
||||||
* kernel, the interface is also meant to be used by libraries like EGL.
|
* kernel, the interface is also meant to be used by libraries like EGL.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue