Home
last modified time | relevance | path

Searched refs:DeleteProperty (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dproperty.h78 extern _X_EXPORT int DeleteProperty(ClientPtr /*client */ ,
H A Dexevents.h116 int (*DeleteProperty)
H A Dinputstr.h473 int (*DeleteProperty) (DeviceIntPtr dev, Atom property); member
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c534 int (*DeleteProperty) (DeviceIntPtr dev, in XIRegisterPropertyHandler()
546 new_handler->DeleteProperty = DeleteProperty; in XIRegisterPropertyHandler()
665 if (handler->DeleteProperty) in XIDeleteDeviceProperty()
666 rc = handler->DeleteProperty(device, prop->propertyName); in XIDeleteDeviceProperty()
/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c369 DeleteProperty(ClientPtr client, WindowPtr pWin, Atom propName) in DeleteProperty() function
634 return DeleteProperty(client, pWin, stuff->property); in ProcDeleteProperty()
H A Dprotocol.txt448 R019 X11:DeleteProperty
810 R058 XInputExtension:DeleteProperty
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprFrame.c434 DeleteProperty(serverClient, oldWin, xa_native_window_id()); in xprSwitchWindow()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.c1391 DeleteProperty(serverClient, pWin, xa_native_window_id()); in RootlessReparentWindow()
1560 DeleteProperty(serverClient, pRoot, xa_native_window_id()); in RootlessDisableRoot()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootless.c873 DeleteProperty(serverClient, oldWin, AtmWindowsWmNativeHwnd()); in winMWExtWMRootlessSwitchWindow()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog123299 pScreen->ReparentWindow which can DeleteProperty which will CheckWindowOptionalNeed... then
140886 miext/rootless: Fix the usage of DeleteProperty so that this builds again.
142294 Xi: add "deletable" flag to properties, add DeleteProperty handler.
158038 xace: update the DeleteProperty prototype to include the client argument.
158692 xace: move the property deletion hook inside the DeleteProperty function.