mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 12:41:07 +00:00
mir: fix time conversion macro
This commit is contained in:
parent
54f9263f19
commit
7c2e3a812a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user