1
0
Fork 0
mutter-performance-source/clutter/cltr-scratch.h

15 lines
226 B
C
Raw Normal View History

2005-04-13 17:39:40 +00:00
#ifndef _HAVE_CLTR_SCRATCH_H
#define _HAVE_CLTR_SCRATCH_H
#include "cltr.h"
typedef struct CltrScratch CltrScratch;
#define CLTR_SCRATCH(w) ((CltrScratch*)(w))
CltrWidget*
cltr_scratch_new(int width, int height);
#endif