aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xquartz/applewmExt.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xquartz/applewmExt.h')
-rw-r--r--xorg-server/hw/xquartz/applewmExt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg-server/hw/xquartz/applewmExt.h b/xorg-server/hw/xquartz/applewmExt.h
index 35c8f8f6d..c46a7bde4 100644
--- a/xorg-server/hw/xquartz/applewmExt.h
+++ b/xorg-server/hw/xquartz/applewmExt.h
@@ -35,9 +35,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <Xplugin.h>
#if XPLUGIN_VERSION < 4
-typedef xp_frame_attr int;
-typedef xp_frame_class int;
-typedef xp_frame_rect int;
+typedef int xp_frame_attr;
+typedef int xp_frame_class;
+typedef int xp_frame_rect;
#endif
typedef int (*DisableUpdateProc)(void);