MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getNextEventSerial

Method getNextEventSerial

source/x11/displaydata.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149U32 DisplayData::getNextEventSerial() {
150 (*pCurrentRequest)++;
151 return *pCurrentRequest;
152}
153
154int DisplayData::getContextData(U32 context, U32 contextType, U32& ptr) {
155 ContextDataPtr data = contextData.get(context);

Callers 15

onDestroyMethod · 0.80
onCreateMethod · 0.80
setPropertyMethod · 0.80
deletePropertyMethod · 0.80
exposeNofityMethod · 0.80
mapWindowMethod · 0.80
unmapWindowMethod · 0.80
reparentWindowMethod · 0.80
configureNotifyMethod · 0.80
input2NotifyMethod · 0.80
motionNotifyMethod · 0.80
crossingNotifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected