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:
Chun-wei Fan
2013-07-19 18:33:42 +08:00
parent 4fcc1a83e0
commit ce30d16da1

View File

@ -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,