st-theme-node-drawing: Don't use GL types
This swaps a use of GLfloat for a regular float. Cogl might stop including a GL header in its public headers soon so this would fix a compilation error. https://bugzilla.gnome.org/show_bug.cgi?id=672711
This commit is contained in:
parent
6f300d0cc6
commit
5d98e2bf04
@ -1782,7 +1782,7 @@ st_theme_node_paint_sliced_border_image (StThemeNode *node,
|
||||
cogl_set_source (material);
|
||||
|
||||
{
|
||||
GLfloat rectangles[] =
|
||||
float rectangles[] =
|
||||
{
|
||||
/* top left corner */
|
||||
0, 0, border_left, border_top,
|
||||
|
Loading…
Reference in New Issue
Block a user