gdk/gdkoffscreenwindow.c: Include fallback-c89.c
This is necessary as we are using round() here, which is not universally available.
This commit is contained in:
@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
#include "fallback-c89.c"
|
||||||
|
|
||||||
/* LIMITATIONS:
|
/* LIMITATIONS:
|
||||||
*
|
*
|
||||||
* Offscreen windows can't be the child of a foreign window,
|
* Offscreen windows can't be the child of a foreign window,
|
||||||
|
|||||||
Reference in New Issue
Block a user