Skip to content

sna: drop duplicate definition of FOURCC_RGB565#47

Open
metux wants to merge 1 commit into
masterfrom
pr/rgb
Open

sna: drop duplicate definition of FOURCC_RGB565#47
metux wants to merge 1 commit into
masterfrom
pr/rgb

Conversation

@metux

@metux metux commented Jan 12, 2026

Copy link
Copy Markdown
Contributor

sna_video.h:39: warning: "FOURCC_RGB565" redefined
39 | #define FOURCC_RGB565 ((16 << 24) + ('B' << 16) + ('G' << 8) + 'R')
|
In file included from sna_video.h:32:
/usr/include/xorg/fourcc.h:199: note: this is the location of the previous definition
199 | #define FOURCC_RGB565 0x36314752
|

@metux

metux commented Apr 21, 2026

Copy link
Copy Markdown
Contributor Author

@metux metux force-pushed the pr/rgb branch 2 times, most recently from 76e3af1 to dcb6071 Compare April 21, 2026 18:49
> sna_video.h:39: warning: "FOURCC_RGB565" redefined
>    39 | #define FOURCC_RGB565 ((16 << 24) + ('B' << 16) + ('G' << 8) + 'R')
>       |
> In file included from sna_video.h:32:
> /usr/include/xorg/fourcc.h:199: note: this is the location of the previous definition
>   199 | #define FOURCC_RGB565 0x36314752
>       |

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant