X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk_c%2Fscreeninfo.h;h=70ce7d3acba75d32d2d0219c9690fcaf706cc257;hb=c9ca0e797de3f8b67b47333476a98b18445cdb67;hp=745d62adfccd38fda3c2417d6050dba6316b7b96;hpb=57fec1aba539f195df2ded93d8c5c7f02c146619;p=chaz%2Fopenbox diff --git a/otk_c/screeninfo.h b/otk_c/screeninfo.h index 745d62ad..70ce7d3a 100644 --- a/otk_c/screeninfo.h +++ b/otk_c/screeninfo.h @@ -10,6 +10,7 @@ extern PyTypeObject OtkScreenInfo_Type; struct OtkRect; typedef struct OtkScreenInfo { + PyObject_HEAD int screen; Window root_window;