draw window frame
[windtk] / src / windtk.h
index 56535c9..0435e6f 100644 (file)
@@ -153,6 +153,6 @@ int wt_isenabled(wt_widget *w);
 
 void wt_callback(wt_widget *w, int type, wt_callback_func func, void *cls);
 
-void wt_setrect(struct wt_rect *r, int x, int y, int w, int h);
+void wt_rect(struct wt_rect *r, int x, int y, int w, int h);
 
 #endif /* WINDTK_H_ */