mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05: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
|