diff options
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r-- | pugl/pugl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index 1567b1f..b88392b 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -65,6 +65,11 @@ extern "C" { typedef struct PuglViewImpl PuglView; /** + Graphics backend interface. +*/ +typedef struct PuglBackendImpl PuglBackend; + +/** A native window handle. On X11, this is a Window. |