|
FreeRDP
|
Data Fields | |
| GC | gc |
| int | left |
| int | top |
| int | right |
| int | bottom |
| int | width |
| int | height |
| int | shmid |
| Window | handle |
| Window * | xfwin |
| xfFloatbar * | floatbar |
| BOOL | decorations |
| BOOL | is_mapped |
| BOOL | is_transient |
FreeRDP: A Remote Desktop Protocol Implementation X11 Windows
Copyright 2011 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 58 of file xf_window.h.
| int xfWindow::bottom |
Definition at line 64 of file xf_window.h.
| BOOL xfWindow::decorations |
Definition at line 71 of file xf_window.h.
| xfFloatbar* xfWindow::floatbar |
Definition at line 70 of file xf_window.h.
| GC xfWindow::gc |
Definition at line 60 of file xf_window.h.
| Window xfWindow::handle |
Definition at line 68 of file xf_window.h.
| int xfWindow::height |
Definition at line 66 of file xf_window.h.
| BOOL xfWindow::is_mapped |
Definition at line 72 of file xf_window.h.
| BOOL xfWindow::is_transient |
Definition at line 73 of file xf_window.h.
| int xfWindow::left |
Definition at line 61 of file xf_window.h.
| int xfWindow::right |
Definition at line 63 of file xf_window.h.
| int xfWindow::shmid |
Definition at line 67 of file xf_window.h.
| int xfWindow::top |
Definition at line 62 of file xf_window.h.
| int xfWindow::width |
Definition at line 65 of file xf_window.h.
| Window* xfWindow::xfwin |
Definition at line 69 of file xf_window.h.