diff options
Diffstat (limited to 'src/wrapped32/wrappedlibx11_private.h')
| -rw-r--r-- | src/wrapped32/wrappedlibx11_private.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped32/wrappedlibx11_private.h b/src/wrapped32/wrappedlibx11_private.h index 3476bd14..93700d46 100644 --- a/src/wrapped32/wrappedlibx11_private.h +++ b/src/wrapped32/wrappedlibx11_private.h @@ -52,8 +52,8 @@ GOM(XChangeProperty, iFEXLLLiipi) //GOM(XCheckIfEvent, iFEpppp) //GO(XCheckMaskEvent, iFplp) GOM(XCheckTypedEvent, iFEXip) -//GO(XCheckTypedWindowEvent, iFpLip) -//GO(XCheckWindowEvent, iFpLlp) +GOM(XCheckTypedWindowEvent, iFEXLip) +GOM(XCheckWindowEvent, iFEXLlp) //GO(XCirculateSubwindows, iFpLi) //GO(XCirculateSubwindowsDown, iFpL) //GO(XCirculateSubwindowsUp, iFpL) @@ -339,7 +339,7 @@ GO(XFlush, iFX) //GO(XFlushGC, vFpp) //GO(_XFlushGCCache, vFpp) //GO(XFontsOfFontSet, iFppp) -//GO(XForceScreenSaver, iFpi) +GO(XForceScreenSaver, iFXi) GO(XFree, iFp) //GO(_XFreeAtomTable, GO(XFreeColormap, iFXL) @@ -975,7 +975,7 @@ GOM(XQueryExtension, iFEXpppp) //GO(XQueryTextExtents, iFpLpipppp) //GO(XQueryTextExtents16, iFpLpipppp) GOM(XQueryTree, iFEXLpppp) -//GO(XRaiseWindow, iFpL) +GO(XRaiseWindow, iFXL) //GO(_XRead, iFppl) //GO(XReadBitmapFile, iFpLpppppp) //GO(XReadBitmapFileData, iFpppppp) |