Fresh IDE . Artifact [e36f731966]
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

Artifact e36f7319664ef14d9e2c2850436d54c917d77aa9:


; _______________________________________________________________________________________
;|                                                                                       |
;| ..::FreshLib::..  Free, open source. Licensed under "BSD 2-clause" license."          |
;|_______________________________________________________________________________________|
;
;  Description: MIT_SHM extension equates.
;
;  Target OS: Linux
;
;  Dependencies:
;
;  Notes:
;_________________________________________________________________________________________



struct XShmCompletionEvent
  .type         dd    ?
  .serial       dd    ?
  .send_event   dd    ?
  .display      dd    ?
  .window       dd    ?

  .major_code   dd    ?
  .minor_code   dd    ?
  .shmseg       dd    ?
  .offset       dd    ?
ends



struct XShmSegmentInfo
  .SegID     dd ?
  .ShmID     dd ?
  .Addr      dd ?
  .fReadOnly dd ?
ends


ShmCompletion = 0