mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
![Robert Bragg](/assets/img/avatar_default.png)
This adds an experimental cogl_matrix_orthographic() function that is more consistent with other Cogl api by taking x_1, y_1, x_2, y_2 arguments to define the top-left and bottom-right coordinates of the orthographic coordinates instead of OpenGL style left, right, bottom and top values. Reviewed-by: Neil Roberts <neil@linux.intel.com>