Kanzi surface configuration, GLX implementation. More...
Functions | |
| kzsError | kzsSurfaceConfigurationNativeCreate_nogl (const struct KzsDesktop *, const struct KzsSurfaceProperties *, struct KzsSurfaceConfigurationNativeNoGL **out_configurationNative) |
| kzsError | kzsSurfaceConfigurationNativeDelete_nogl (struct KzsSurfaceConfigurationNativeNoGL *configurationNative) |
| void * | kzsSurfaceConfigurationNativeGetGLXVisualInfo_nogl (const struct KzsSurfaceConfigurationNativeNoGL *configurationNative) |
| Gets pointer to GLX visual info describing the surface configuration. More... | |
| int | kzsSurfaceConfigurationNativeGetGLXDepth_nogl (const struct KzsSurfaceConfigurationNativeNoGL *configurationNative) |
| Gets requested screen depth, even when GLX visual info is null. More... | |
| void | kzsGetNoGLSurfaceConfigurationNativeFunctions (struct kzsSurfaceConfigurationNativeFunctions *functions) |
Kanzi surface configuration, GLX implementation.
Copyright 2008-2017 by Rightware. All rights reserved.
| kzsError kzsSurfaceConfigurationNativeCreate_nogl | ( | const struct KzsDesktop * | , |
| const struct KzsSurfaceProperties * | , | ||
| struct KzsSurfaceConfigurationNativeNoGL ** | out_configurationNative | ||
| ) |
| kzsError kzsSurfaceConfigurationNativeDelete_nogl | ( | struct KzsSurfaceConfigurationNativeNoGL * | configurationNative | ) |
| void* kzsSurfaceConfigurationNativeGetGLXVisualInfo_nogl | ( | const struct KzsSurfaceConfigurationNativeNoGL * | configurationNative | ) |
Gets pointer to GLX visual info describing the surface configuration.
| int kzsSurfaceConfigurationNativeGetGLXDepth_nogl | ( | const struct KzsSurfaceConfigurationNativeNoGL * | configurationNative | ) |
Gets requested screen depth, even when GLX visual info is null.
| void kzsGetNoGLSurfaceConfigurationNativeFunctions | ( | struct kzsSurfaceConfigurationNativeFunctions * | functions | ) |