Searched refs:DeleteProperty (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | property.h | 78 extern _X_EXPORT int DeleteProperty(ClientPtr /*client */ ,
|
| H A D | exevents.h | 116 int (*DeleteProperty)
|
| H A D | inputstr.h | 473 int (*DeleteProperty) (DeviceIntPtr dev, Atom property); member
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiproperty.c | 534 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 D | property.c | 369 DeleteProperty(ClientPtr client, WindowPtr pWin, Atom propName) in DeleteProperty() function 634 return DeleteProperty(client, pWin, stuff->property); in ProcDeleteProperty()
|
| H A D | protocol.txt | 448 R019 X11:DeleteProperty 810 R058 XInputExtension:DeleteProperty
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 434 DeleteProperty(serverClient, oldWin, xa_native_window_id()); in xprSwitchWindow()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessWindow.c | 1391 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 D | winwin32rootless.c | 873 DeleteProperty(serverClient, oldWin, AtmWindowsWmNativeHwnd()); in winMWExtWMRootlessSwitchWindow()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 123299 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.
|