Kaydet (Commit) c2d3b7e4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

fdo#82579: Only Point, Polygon, Size and TimeValue need to be handled

Change-Id: I901386fadf8adbf6daad178b1fc2618430280792
üst ef4fb397
...@@ -17,18 +17,8 @@ ...@@ -17,18 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#undef Button
#undef Control
#undef Cursor
#undef FontInfo
#undef Line
#undef ModalDialog
#undef Palette
#undef Pattern
#undef Point #undef Point
#undef Polygon #undef Polygon
#undef Region
#undef SetCursor
#undef Size #undef Size
#undef TimeValue #undef TimeValue
......
...@@ -17,18 +17,8 @@ ...@@ -17,18 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#define Button MacOSButton
#define Control MacOSControl
#define Cursor MacOSCursor
#define FontInfo MacOSFontInfo
#define Line MacOSLine
#define ModalDialog MacOSModalDialog
#define Palette MacOSPalette
#define Pattern MacOSPattern
#define Point MacOSPoint #define Point MacOSPoint
#define Polygon MacOSPolygon #define Polygon MacOSPolygon
#define Region MacOSRegion
#define SetCursor MacOSSetCursor
#define Size MacOSSize #define Size MacOSSize
#define TimeValue MacOSTimeValue #define TimeValue MacOSTimeValue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment