mirror of
https://github.com/brl/mutter.git
synced 2024-12-22 19:12:04 +00:00
15 lines
226 B
C
15 lines
226 B
C
#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
|