mirror of
https://github.com/pissnet/angiosperm.git
synced 2025-05-03 02:15:03 +01:00
Kill CLICAP_FLAGS_REQACK
This commit is contained in:
parent
e8a8d7a440
commit
9f9e21dfbe
2 changed files with 0 additions and 7 deletions
include
|
@ -51,7 +51,6 @@ extern struct CapabilityIndex *cli_capindex;
|
|||
|
||||
/* register client capabilities with this structure for 3.2 enhanced capability negotiation */
|
||||
#define CLICAP_FLAGS_STICKY 0x001
|
||||
#define CLICAP_FLAGS_REQACK 0x002
|
||||
|
||||
struct ClientCapability {
|
||||
bool (*visible)(struct Client *); /* whether or not to display the capability. set to NULL or true return value = displayed */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue