Changeset 0761448 in mainline for abi/include/abi/ipc/interfaces.h


Ignore:
Timestamp:
2022-10-16T09:34:40Z (20 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1766326
Parents:
e0e612b
Message:

Window management protocol library

This allows the client to enumerate windows, activate or close a window.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/ipc/interfaces.h

    re0e612b r0761448  
    192192        INTERFACE_GC =
    193193            FOURCC_COMPACT('g', 'f', 'x', 'c') | IFACE_EXCHANGE_SERIALIZE,
     194        INTERFACE_WNDMGT =
     195            FOURCC_COMPACT('w', 'm', 'g', 't') | IFACE_EXCHANGE_SERIALIZE,
     196        INTERFACE_WNDMGT_CB =
     197            FOURCC_COMPACT('w', 'm', 'g', 't') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK,
    194198} iface_t;
    195199
Note: See TracChangeset for help on using the changeset viewer.