mirror of
https://github.com/aap/librw.git
synced 2026-04-19 13:03:09 +01:00
Added *very* simple frame transformation.
This commit is contained in:
@@ -27,6 +27,7 @@ struct Frame : PluginBase<Frame>, Object
|
||||
|
||||
// temporary
|
||||
int32 matflag;
|
||||
bool dirty;
|
||||
|
||||
Frame(void);
|
||||
Frame(Frame *f);
|
||||
@@ -35,6 +36,7 @@ struct Frame : PluginBase<Frame>, Object
|
||||
Frame *removeChild(void);
|
||||
Frame *forAllChildren(Callback cb, void *data);
|
||||
int32 count(void);
|
||||
void updateLTM(void);
|
||||
};
|
||||
|
||||
struct Image
|
||||
|
||||
Reference in New Issue
Block a user