[Xfce4-commits] [xfce/xfce4-settings] 02/57: Fixed compilation issues
noreply at xfce.org
noreply at xfce.org
Thu Mar 21 22:13:50 CET 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-settings.
commit 8b40a013dcba7d0d7c4eaa0eb06f99a32f0f1aeb
Author: Florian Schüller <florian.schueller at gmail.com>
Date: Sun Feb 3 00:01:07 2019 +0100
Fixed compilation issues
---
dialogs/display-settings/xfce-randr.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dialogs/display-settings/xfce-randr.h b/dialogs/display-settings/xfce-randr.h
index 9d1e0c3..53eb882 100644
--- a/dialogs/display-settings/xfce-randr.h
+++ b/dialogs/display-settings/xfce-randr.h
@@ -95,10 +95,10 @@ struct _XfceOutputInfo
gint y;
/* Dimensions */
- guint width;
- guint height;
- guint pref_width;
- guint pref_height;
+ gint width;
+ gint height;
+ gint pref_width;
+ gint pref_height;
Rotation rotation;
/* Frequency */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list