mode: Indent defines
parent
4c8aeb6fc7
commit
0796bf8c6b
|
@ -230,8 +230,8 @@ struct drm_mode_mode_cmd {
|
||||||
struct drm_mode_modeinfo mode;
|
struct drm_mode_modeinfo mode;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DRM_MODE_CURSOR_BO 0x01
|
#define DRM_MODE_CURSOR_BO (1<<0)
|
||||||
#define DRM_MODE_CURSOR_MOVE 0x02
|
#define DRM_MODE_CURSOR_MOVE (1<<1)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* depending on the value in flags diffrent members are used.
|
* depending on the value in flags diffrent members are used.
|
||||||
|
|
Loading…
Reference in New Issue