diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/draw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/draw.h b/include/draw.h index 07992c21..3e21ff18 100644 --- a/include/draw.h +++ b/include/draw.h @@ -204,6 +204,7 @@ struct Display int _isnewdisplay; struct Mux *mux; int srvfd; + int dpi; }; struct Image |