瀏覽代碼

Update Raygui Style set/get functions

Alex Macafee 1 年之前
父節點
當前提交
f33b4ecd3e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vendor/raylib/raygui.odin

+ 2 - 2
vendor/raylib/raygui.odin

@@ -236,8 +236,8 @@ foreign lib {
 	
 	
 	// Style set/get functions
 	// Style set/get functions
 	
 	
-	GuiSetStyle         :: proc(control: GuiControl, property: GuiStyleProp, value: c.int) ---                // Set one style property
-	GuiGetStyle         :: proc(control: GuiControl, property: GuiStyleProp) -> c.int ---                     // Get one style property
+	GuiSetStyle         :: proc(control: GuiControl, property: c.int, value: c.int) ---                       // Set one style property
+	GuiGetStyle         :: proc(control: GuiControl, property: c.int) -> c.int ---                            // Get one style property
 	
 	
 	// Styles loading functions
 	// Styles loading functions