devdraw, libdraw: add display->dpi
Fixed at 100 right now, but the plan is to make it accurate and then use it. R=rsc http://codereview.appspot.com/6856091
This commit is contained in:
@@ -204,6 +204,7 @@ struct Display
|
||||
int _isnewdisplay;
|
||||
struct Mux *mux;
|
||||
int srvfd;
|
||||
int dpi;
|
||||
};
|
||||
|
||||
struct Image
|
||||
|
||||
Reference in New Issue
Block a user