- correct typos in comments.

- move boxpack struct out of the public header.
This commit is contained in:
2011-01-02 11:06:50 +00:00
parent 4119132580
commit a7ceeafd71
13 changed files with 34 additions and 35 deletions

View File

@@ -271,7 +271,7 @@ typedef void (*uiMenuHandleFunc)(struct bContext *C, void *arg, int event);
*
* Functions used to create popup menus. For more extended menus the
* uiPupMenuBegin/End functions can be used to define own items with
* the uiItem functions inbetween. If it is a simple confirmation menu
* the uiItem functions in between. If it is a simple confirmation menu
* or similar, popups can be created with a single function call. */
typedef struct uiPopupMenu uiPopupMenu;