X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fwindtk.h;fp=src%2Fwindtk.h;h=0435e6fd2b367a2405445a139dec146f9f348b17;hb=526fc352816f21f1cbfa8110262a58224c14d208;hp=56535c91632db656aa1034586efbf63eb0f81caa;hpb=b012c112e391964e63247dcbb55988855b0fc95e;p=windtk diff --git a/src/windtk.h b/src/windtk.h index 56535c9..0435e6f 100644 --- a/src/windtk.h +++ b/src/windtk.h @@ -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_ */