JWM Source Documentation
render.h
Go to the documentation of this file.
00001 00010 #ifndef RENDER_H 00011 #define RENDER_H 00012 00013 struct IconNode; 00014 struct ScaledIconNode; 00015 00024 int PutScaledRenderIcon(struct IconNode *icon, struct ScaledIconNode *node, 00025 Drawable d, int x, int y); 00026 00033 struct ScaledIconNode *CreateScaledRenderIcon(struct IconNode *icon, 00034 int width, int height); 00035 00036 #endif /* RENDER_H */ 00037