X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk_c%2Ffont.c;h=a709f587ea22a2aa8d70b0381109b164e16e6ca4;hb=808f11a6c9546fb6fb2f36e24b3202295765513e;hp=7c9b4f5f797d061b4baaad69408cc8536384b1d8;hpb=55b2aaf973063796a668bc758232141c3d6f5cc9;p=chaz%2Fopenbox diff --git a/otk_c/font.c b/otk_c/font.c index 7c9b4f5f..a709f587 100644 --- a/otk_c/font.c +++ b/otk_c/font.c @@ -1,4 +1,4 @@ -// -*- mode: C; indent-tabs-mode: nil; -*- +// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*- #include "../config.h" #include "font.h" @@ -135,7 +135,7 @@ static PyObject *otkfont_getattr(PyObject *obj, char *name) return Py_FindMethod(get_methods, obj, name); } -PyTypeObject Otkfont_Type = { +PyTypeObject OtkFont_Type = { PyObject_HEAD_INIT(NULL) 0, "OtkFont",