The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

X11::Xlib::XID - Base class for objects wrapping an XID

ATTRIBUTES

display

Required. The X11::Xlib::Display where the resource is located.

xid

Required. The X11 numeric ID for this resource.

autofree

Whether this object should control the lifespan of the remote resource, by calling an Xlib Free/Destroy function if it goes out of scope. The default is False, since this base class has no idea how to release any resources.