kzs_window_native.h File Reference

Kanzi window, dummy implementation. More...

Macros

#define __WSEGL__
 

Functions

EGLNativeWindowType kzsEGLGetNativeWindow (struct KzsWindowNative *windowNative)
 Gets EGL native window. More...
 
EGLNativeDisplayType kzsEGLGetNativeDisplay (const struct KzsDesktopNative *desktopNative, const struct KzsDisplayNative *displayNative, const struct KzsWindowNative *windowNative)
 Gets EGL native display. More...
 
kzsError kzsWindowNativeSetEGLSurface (struct KzsWindowNative *windowNative, EGLSurface *surface, EGLDisplay *display)
 

Detailed Description

Kanzi window, dummy implementation.

Copyright 2008-2017 by Rightware. All rights reserved.

Macro Definition Documentation

#define __WSEGL__

Function Documentation

EGLNativeWindowType kzsEGLGetNativeWindow ( struct KzsWindowNative windowNative)

Gets EGL native window.

EGLNativeDisplayType kzsEGLGetNativeDisplay ( const struct KzsDesktopNative *  desktopNative,
const struct KzsDisplayNative *  displayNative,
const struct KzsWindowNative windowNative 
)

Gets EGL native display.

kzsError kzsWindowNativeSetEGLSurface ( struct KzsWindowNative windowNative,
EGLSurface *  surface,
EGLDisplay *  display 
)