MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / attach_to_window

Method attach_to_window

2dlib/surface.cpp:540–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538// ---------------------------------------------------------------------------
539
540void grSurface::attach_to_window(unsigned handle) {
541 ASSERT(m_SurfInit);
542 ddgr_surf_AttachHandle(&ddsfObj, handle);
543}
544
545// Private functions
546// conversion_xlat

Callers 15

UpdateDialogMethod · 0.80
UpdateProcViewMethod · 0.80
UpdateRobotViewMethod · 0.80
UpdateTextureViewsMethod · 0.80
DrawSwatchMethod · 0.80
DrawDoorwayDoorPicMethod · 0.80
UpdateProcViewMethod · 0.80
UpdateTextureViewMethod · 0.80
UpdateMegacellViewMethod · 0.80
UpdateViewMethod · 0.80
UpdateWeaponViewMethod · 0.80
UpdateDoorViewMethod · 0.80

Calls 1

ddgr_surf_AttachHandleFunction · 0.85

Tested by

no test coverage detected