]> git.lyx.org Git - lyx.git/blob - development/MacOSX/qt.patch
some files useful for MacOSX support
[lyx.git] / development / MacOSX / qt.patch
1 --- src/kernel/qapplication_mac.cpp.orig        Thu Jun 19 01:35:24 2003
2 +++ src/kernel/qapplication_mac.cpp     Thu Jul  3 08:29:41 2003
3 @@ -1026,6 +1026,7 @@
4  { '}', MAP_KEY(Qt::Key_BraceRight) },
5  { '|', MAP_KEY(Qt::Key_Bar) },
6  { '~', MAP_KEY(Qt::Key_AsciiTilde) },
7 +{ '^', MAP_KEY(Qt::Key_AsciiCircum) },
8  //terminator
9  {   0, MAP_KEY(0) } };
10  
11 --- src/kernel/qwindowdefs.h.orig       Wed Jun 11 01:50:44 2003
12 +++ src/kernel/qwindowdefs.h    Thu Jul  3 08:27:36 2003
13 @@ -101,7 +101,7 @@
14  #ifndef Q_WS_MACX
15  typedef struct CGContext *CGContextRef;
16  #endif
17 -typedef struct OpaqueControlRef *ControlRef;
18 +// typedef struct OpaqueControlRef *ControlRef;
19  typedef struct OpaqueWindowGroupRef *WindowGroupRef;
20  typedef struct OpaqueGrafPtr *CGrafPtr;
21  typedef struct OpaquePMPrintSession *PMPrintSession;