mir: fix time conversion macro

This commit is contained in:
William Hua 2014-12-02 11:12:11 -05:00
parent 54f9263f19
commit 7c2e3a812a

View File

@ -22,7 +22,7 @@
#include "gdkmir.h"
#include "gdkmir-private.h"
#define NANO_TO_MILLI(x) (x / 1000000)
#define NANO_TO_MILLI(x) ((x) / 1000000)
struct _GdkMirWindowReference {
GdkMirEventSource *source;