ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.316 by root, Sun Nov 4 02:13:53 2012 UTC vs.
Revision 1.318 by root, Wed Dec 24 06:12:21 2014 UTC

48#endif 48#endif
49 49
50#define PANGO_ENABLE_BACKEND 50#define PANGO_ENABLE_BACKEND
51#define G_DISABLE_CAST_CHECKS 51#define G_DISABLE_CAST_CHECKS
52 52
53#include <glib/gmacros.h> 53#include <glib.h>
54 54
55#include <pango/pango.h> 55#include <pango/pango.h>
56 56
57#ifndef PANGO_VERSION_CHECK 57#ifndef PANGO_VERSION_CHECK
58# define PANGO_VERSION_CHECK(a,b,c) 0 58# define PANGO_VERSION_CHECK(a,b,c) 0
1492 1492
1493void 1493void
1494set_height (DC::Layout self, int base_height) 1494set_height (DC::Layout self, int base_height)
1495 CODE: 1495 CODE:
1496 if (self->base_height != base_height) 1496 if (self->base_height != base_height)
1497 { 1497 {
1498 self->base_height = base_height; 1498 self->base_height = base_height;
1499 layout_update_font (self); 1499 layout_update_font (self);
1500 } 1500 }
1501 1501
1502void 1502void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines