Wgl
From Agar
The wgl driver allows an Agar application to interface directly with the Win32 API. Using wgl, Agar renders GUI elements as OpenGL primitives, and efficiently manages textures corresponding to pixel surfaces.
wgl is a "multiple-window" driver, meaning that "Agar windows" created through AG_WindowNew() each have their corresponding Win32 window.

