FreeRDP
x11ShadowSubsystem Struct Reference

Data Fields

rdpShadowSubsystem common
 
HANDLE thread
 
UINT32 bpp
 
int xfds
 
UINT32 depth
 
UINT32 width
 
UINT32 height
 
int number
 
XImage * image
 
Screen * screen
 
Visual * visual
 
Display * display
 
UINT32 scanline_pad
 
BOOL composite
 
BOOL use_xshm
 
BOOL use_xfixes
 
BOOL use_xdamage
 
BOOL use_xinerama
 
XImage * fb_image
 
Pixmap fb_pixmap
 
Window root_window
 
XShmSegmentInfo fb_shm_info
 
UINT32 cursorHotX
 
UINT32 cursorHotY
 
UINT32 cursorWidth
 
UINT32 cursorHeight
 
UINT64 cursorId
 
BYTE * cursorPixels
 
UINT32 cursorMaxWidth
 
UINT32 cursorMaxHeight
 
rdpShadowClient * lastMouseClient
 
UINT32 format
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation

Copyright 2011-2014 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition at line 54 of file x11_shadow.h.

Field Documentation

◆ bpp

UINT32 x11ShadowSubsystem::bpp

Definition at line 60 of file x11_shadow.h.

◆ common

rdpShadowSubsystem x11ShadowSubsystem::common

Definition at line 56 of file x11_shadow.h.

◆ composite

BOOL x11ShadowSubsystem::composite

Definition at line 71 of file x11_shadow.h.

◆ cursorHeight

UINT32 x11ShadowSubsystem::cursorHeight

Definition at line 86 of file x11_shadow.h.

◆ cursorHotX

UINT32 x11ShadowSubsystem::cursorHotX

Definition at line 83 of file x11_shadow.h.

◆ cursorHotY

UINT32 x11ShadowSubsystem::cursorHotY

Definition at line 84 of file x11_shadow.h.

◆ cursorId

UINT64 x11ShadowSubsystem::cursorId

Definition at line 87 of file x11_shadow.h.

◆ cursorMaxHeight

UINT32 x11ShadowSubsystem::cursorMaxHeight

Definition at line 90 of file x11_shadow.h.

◆ cursorMaxWidth

UINT32 x11ShadowSubsystem::cursorMaxWidth

Definition at line 89 of file x11_shadow.h.

◆ cursorPixels

BYTE* x11ShadowSubsystem::cursorPixels

Definition at line 88 of file x11_shadow.h.

◆ cursorWidth

UINT32 x11ShadowSubsystem::cursorWidth

Definition at line 85 of file x11_shadow.h.

◆ depth

UINT32 x11ShadowSubsystem::depth

Definition at line 62 of file x11_shadow.h.

◆ display

Display* x11ShadowSubsystem::display

Definition at line 69 of file x11_shadow.h.

◆ fb_image

XImage* x11ShadowSubsystem::fb_image

Definition at line 78 of file x11_shadow.h.

◆ fb_pixmap

Pixmap x11ShadowSubsystem::fb_pixmap

Definition at line 79 of file x11_shadow.h.

◆ fb_shm_info

XShmSegmentInfo x11ShadowSubsystem::fb_shm_info

Definition at line 81 of file x11_shadow.h.

◆ format

UINT32 x11ShadowSubsystem::format

Definition at line 103 of file x11_shadow.h.

◆ height

UINT32 x11ShadowSubsystem::height

Definition at line 64 of file x11_shadow.h.

◆ image

XImage* x11ShadowSubsystem::image

Definition at line 66 of file x11_shadow.h.

◆ lastMouseClient

rdpShadowClient* x11ShadowSubsystem::lastMouseClient

Definition at line 91 of file x11_shadow.h.

◆ number

int x11ShadowSubsystem::number

Definition at line 65 of file x11_shadow.h.

◆ root_window

Window x11ShadowSubsystem::root_window

Definition at line 80 of file x11_shadow.h.

◆ scanline_pad

UINT32 x11ShadowSubsystem::scanline_pad

Definition at line 70 of file x11_shadow.h.

◆ screen

Screen* x11ShadowSubsystem::screen

Definition at line 67 of file x11_shadow.h.

◆ thread

HANDLE x11ShadowSubsystem::thread

Definition at line 58 of file x11_shadow.h.

◆ use_xdamage

BOOL x11ShadowSubsystem::use_xdamage

Definition at line 75 of file x11_shadow.h.

◆ use_xfixes

BOOL x11ShadowSubsystem::use_xfixes

Definition at line 74 of file x11_shadow.h.

◆ use_xinerama

BOOL x11ShadowSubsystem::use_xinerama

Definition at line 76 of file x11_shadow.h.

◆ use_xshm

BOOL x11ShadowSubsystem::use_xshm

Definition at line 73 of file x11_shadow.h.

◆ visual

Visual* x11ShadowSubsystem::visual

Definition at line 68 of file x11_shadow.h.

◆ width

UINT32 x11ShadowSubsystem::width

Definition at line 63 of file x11_shadow.h.

◆ xfds

int x11ShadowSubsystem::xfds

Definition at line 61 of file x11_shadow.h.


The documentation for this struct was generated from the following file: