mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Style cleanup
This commit is contained in:
parent
5a7595af77
commit
bd2e9a7168
3 changed files with 7 additions and 7 deletions
|
|
@ -10,7 +10,7 @@ static inline int mind(int row, int col) {
|
|||
|
||||
void wlr_matrix_identity(float (*output)[16]) {
|
||||
static const float identity[16] = {
|
||||
1.0f, 0.0f, 0.0f, 0.0f,
|
||||
1.0f, 0.0f, 0.0f, 0.0f,
|
||||
0.0f, 1.0f, 0.0f, 0.0f,
|
||||
0.0f, 0.0f, 1.0f, 0.0f,
|
||||
0.0f, 0.0f, 0.0f, 1.0f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue