added license text at the top of file
This commit is contained in:
parent
649f2253e1
commit
8f892ea84f
@ -1,8 +1,22 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2015
|
Copyright (c) 2015 Micha Mettke
|
||||||
vurtun <polygone@gmx.net>
|
|
||||||
MIT licence
|
This software is provided 'as-is', without any express or implied
|
||||||
*/
|
warranty. In no event will the authors be held liable for any damages
|
||||||
|
arising from the use of this software.
|
||||||
|
|
||||||
|
Permission is granted to anyone to use this software for any purpose,
|
||||||
|
including commercial applications, and to alter it and redistribute it
|
||||||
|
freely, subject to the following restrictions:
|
||||||
|
|
||||||
|
1. The origin of this software must not be misrepresented; you must not
|
||||||
|
claim that you wrote the original software. If you use this software
|
||||||
|
in a product, an acknowledgment in the product documentation would be
|
||||||
|
appreciated but is not required.
|
||||||
|
2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
misrepresented as being the original software.
|
||||||
|
3. This notice may not be removed or altered from any source distribution.
|
||||||
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
@ -1058,7 +1058,6 @@ enum zr_anti_aliasing {
|
|||||||
/* renderes all primitives without anit-aliasing */
|
/* renderes all primitives without anit-aliasing */
|
||||||
ZR_ANTI_ALIASING_ON,
|
ZR_ANTI_ALIASING_ON,
|
||||||
/* renderes all primitives with anit-aliasing */
|
/* renderes all primitives with anit-aliasing */
|
||||||
ZR_ANTI_ALIASING_MAX
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct zr_draw_vertex {
|
struct zr_draw_vertex {
|
||||||
@ -2247,7 +2246,7 @@ zr_float zr_widget_scrollbarh(struct zr_command_buffer*, struct zr_rect,
|
|||||||
*/
|
*/
|
||||||
/* STYLE
|
/* STYLE
|
||||||
----------------------------
|
----------------------------
|
||||||
The window style consists of properties, color and rectangle roundingo
|
The window style consists of properties, color and rectangle rounding
|
||||||
information that is used for the general style and looks of window.
|
information that is used for the general style and looks of window.
|
||||||
In addition for temporary modification the configuration structure consists
|
In addition for temporary modification the configuration structure consists
|
||||||
of a stack for pushing and pop either color or property values.
|
of a stack for pushing and pop either color or property values.
|
||||||
|
Loading…
Reference in New Issue
Block a user