mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-09 07:13:43 -05:00
Name vtable structure types more consistently.
Now they're all called FooVtable, instead of a mixture of that and Foo_vtable.
This commit is contained in:
@ -49,9 +49,9 @@
|
||||
/*
|
||||
* Exports from gtkfont.c.
|
||||
*/
|
||||
struct unifont_vtable; /* contents internal to gtkfont.c */
|
||||
struct UnifontVtable; /* contents internal to gtkfont.c */
|
||||
typedef struct unifont {
|
||||
const struct unifont_vtable *vt;
|
||||
const struct UnifontVtable *vt;
|
||||
/*
|
||||
* `Non-static data members' of the `class', accessible to
|
||||
* external code.
|
||||
|
Reference in New Issue
Block a user