From d018953d7ef1b276cc3229e04ba6fc75018c888a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 2 Aug 2014 22:35:58 -0400 Subject: Split all the Control implementations into their own files and renamed the containerctrls implementation files to say tab instead as they only hold Tab. This is the first part of what should hopefully be the final restructuring. --- redo/objc_darwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/objc_darwin.h') diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index c745d1e..fd79c43 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -52,7 +52,7 @@ extern id newLabel(void); /* sizing_darwin.m */ extern void moveControl(id, intptr_t, intptr_t, intptr_t, intptr_t); -/* containerctrls_darwin.m */ +/* tab_darwin.m */ extern id newTab(void *); extern id tabAppend(id, char *); -- cgit v1.2.3