Skip to content
Snippets Groups Projects

xace: unexport and API cleanups / typesafety

  • unexport functions not used by drivers/modules
  • make xace hook calls typesafe

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
120 120
121 121 static int
122 122 XFixesSelectSelectionInput(ClientPtr pClient,
123 Atom selection, WindowPtr pWindow, CARD32 eventMask)
123 Atom selection_name, WindowPtr pWindow, CARD32 eventMask)
124 124 {
125 125 void *val;
126 126 int rc;
127 127 SelectionEventPtr *prev, e;
128 Selection *selection;
128 129
129 rc = XaceHook(XACE_SELECTION_ACCESS, pClient, selection, DixGetAttrAccess);
130 rc = dixLookupSelection(&selection, selection_name, pClient, DixGetAttrAccess);
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading