aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/lib/ecore_cocoa/ecore_cocoa_private.h
blob: 0b4cf3178e7a4fe6d3cfce3cfa60811156ac7fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _ECORE_COCOA_PRIVATE_H
#define _ECORE_COCOA_PRIVATE_H

struct _Ecore_Cocoa_Window
{
   NSWindow *window;
   unsigned int borderless : 1;
};


#endif