Mercurial > MadButterfly
view inkscape/firefox/template/textmenu/app.h @ 1096:c18ad321844d
Create a pattern, for an image paint, from image directly.
It skips a surface as an intermediate stage between image and pattern.
We create the pattern directly from an image (mb_img_data_t).
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Sat, 04 Dec 2010 16:22:11 +0800 |
parents | 9b8dda201ccb |
children |
line wrap: on
line source
#ifndef _APP_H #define _APP_H typedef struct { mb_animated_menu_t *m; }MyAppData; extern void MyApp_InitContent(mbaf_t *app,int argc, char *argv[]); void myselect_callback(mb_animated_menu_t *m, int select); #endif