diff options
author | marha <marha@users.sourceforge.net> | 2014-07-01 14:23:00 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-07-01 14:23:00 +0200 |
commit | 3095a03ec3cb1f05b49362327d10a767299d7635 (patch) | |
tree | 3c1c00424399de31f3be7d7a6e5f226b288d337e /gl/glx.h | |
parent | b6fac85cb1bb78f48ed81aaf42ba6b840b2d6cad (diff) | |
download | vcxsrv-3095a03ec3cb1f05b49362327d10a767299d7635.tar.gz vcxsrv-3095a03ec3cb1f05b49362327d10a767299d7635.tar.bz2 vcxsrv-3095a03ec3cb1f05b49362327d10a767299d7635.zip |
Synchronised files and solved compilaton errors
Diffstat (limited to 'gl/glx.h')
-rw-r--r-- | gl/glx.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -518,7 +518,7 @@ typedef struct { unsigned long serial; /* # of last request processed by server */ Bool send_event; /* true if this came from a SendEvent request */ Display *display; /* Display the event was read from */ - GLXDrawable drawable; /* drawable on which event was requested in event mask */ + Drawable drawable; /* drawable on which event was requested in event mask */ int event_type; int64_t ust; int64_t msc; |