~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/glx/windows/xwindowsdri.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
{
32
32
   int type;                    /* of event */
33
33
   unsigned long serial;        /* # of last request processed by server */
34
 
   Bool send_event;             /* true if this came frome a SendEvent request */
 
34
   Bool send_event;             /* true if this came from a SendEvent request */
35
35
   Display *display;            /* Display the event was read from */
36
36
   Window window;               /* window of event */
37
37
   Time time;                   /* server timestamp when event happened */