Fix include and compiler warning
This commit is contained in:
parent
eb44003309
commit
c79510ef34
2 changed files with 3 additions and 2 deletions
|
@ -308,7 +308,8 @@ class ClipboardX11:
|
||||||
struct Property
|
struct Property
|
||||||
{
|
{
|
||||||
unsigned char *data;
|
unsigned char *data;
|
||||||
int format, num_items;
|
int format;
|
||||||
|
unsigned long num_items;
|
||||||
Atom type;
|
Atom type;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
#include <simgear/sg_inlines.h>
|
#include <simgear/sg_inlines.h>
|
||||||
|
|
||||||
#include <simgear/canvas/Canvas.hxx>
|
#include <simgear/canvas/Canvas.hxx>
|
||||||
#include <simgear/canvas/elements/element.hxx>
|
#include <simgear/canvas/elements/CanvasElement.hxx>
|
||||||
|
|
||||||
static naRef canvasPrototype;
|
static naRef canvasPrototype;
|
||||||
static naRef elementPrototype;
|
static naRef elementPrototype;
|
||||||
|
|
Loading…
Add table
Reference in a new issue