]> jfr.im git - irc/kvirc/KVIrc.git/commitdiff
Fix #2323 (#2331)
authorwolfi323 <redacted>
Thu, 21 Dec 2017 00:06:33 +0000 (01:06 +0100)
committerStatic <redacted>
Thu, 21 Dec 2017 00:06:33 +0000 (16:06 -0800)
There should be no need to define xcb_property_notify_event_t here.
Doing so results in compile errors if it is already defined (because
something includes the xcb headers, which apparently is the case with
Qt 5.10).

src/kvirc/kernel/KviIpcSentinel.cpp

index 7fa352e47f9a7ec8c5fe0d8f14087bc140bb56eb..830fb1d0b5c595fabdf53f5a0f988808893cc3f9 100644 (file)
@@ -296,7 +296,7 @@ typedef struct
        kvi_u32_t full_sequence;
 } fake_xcb_generic_event_t;
 
-typedef struct xcb_property_notify_event_t
+typedef struct
 {
        kvi_u8_t response_type;
        kvi_u8_t pad0;