Summary
Get's the root window for the default screen.
- Namespace
- SharpInputSystem
- Containing Type
- LibX11
Syntax
[DllImportAttribute(LibraryName)]
public static extern IntPtr XDefaultRootWindow(IntPtr display)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| display | IntPtr | Specifies the connection to the X server. |
Return Value
| Type | Description |
|---|---|
| IntPtr | returns the root window for the default screen. |