mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
16 lines
185 B
C
16 lines
185 B
C
#ifndef _HAVE_CLTR_CORE_H
|
|
#define _HAVE_CLTR_CORE_H
|
|
|
|
#include "cltr.h"
|
|
|
|
int
|
|
cltr_init(int *argc, char ***argv);
|
|
|
|
int
|
|
cltr_display_height(void);
|
|
|
|
int
|
|
cltr_display_width(void);
|
|
|
|
#endif
|