summaryrefslogtreecommitdiff
path: root/src/core/display-private.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-03 13:39:55 +0100
committerraveit65 <[email protected]>2020-02-21 17:31:50 +0100
commit3b6919c5eafb76f36f240f8c5651698539860853 (patch)
treeba8ada86c24155c94aca9ade30d194eebec7adfc /src/core/display-private.h
parent7ffa17976ba5d0549ac2fb8a81c65dd19aac3767 (diff)
downloadmarco-3b6919c5eafb76f36f240f8c5651698539860853.tar.bz2
marco-3b6919c5eafb76f36f240f8c5651698539860853.tar.xz
remove warning: 'GTimeVal' is deprecated
Diffstat (limited to 'src/core/display-private.h')
-rw-r--r--src/core/display-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/display-private.h b/src/core/display-private.h
index 586ed26e..3352fb72 100644
--- a/src/core/display-private.h
+++ b/src/core/display-private.h
@@ -184,7 +184,7 @@ struct _MetaDisplay {
int grab_initial_x, grab_initial_y; /* These are only relevant for */
gboolean grab_threshold_movement_reached; /* raise_on_click == FALSE. */
MetaResizePopup* grab_resize_popup;
- GTimeVal grab_last_moveresize_time;
+ gint64 grab_last_moveresize_time;
guint32 grab_motion_notify_time;
int grab_wireframe_last_display_width;
int grab_wireframe_last_display_height;