mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
15 lines
226 B
C
15 lines
226 B
C
#ifndef _HAVE_CLTR_OVERLAY_H
|
|
#define _HAVE_CLTR_OVERLAY_H
|
|
|
|
#include "cltr.h"
|
|
|
|
typedef struct CltrOverlay CltrOverlay;
|
|
|
|
#define CLTR_OVERLAY(w) ((CltrOverlay*)(w))
|
|
|
|
CltrWidget*
|
|
cltr_overlay_new(int width, int height);
|
|
|
|
|
|
#endif
|