diff -Naur mythtv-trunk-20696-old/libs/libmythui/mythxdisplay.h mythtv-trunk-20696-new/libs/libmythui/mythxdisplay.h
old
|
new
|
|
13 | 13 | |
14 | 14 | #include "mythexp.h" |
15 | 15 | |
16 | | class MythXDisplay |
| 16 | class MPUBLIC MythXDisplay |
17 | 17 | { |
18 | 18 | public: |
19 | 19 | MythXDisplay(); |
… |
… |
|
71 | 71 | MythXDisplay *disp; |
72 | 72 | }; |
73 | 73 | |
74 | | MythXDisplay *GetMythXDisplay(Display*); |
75 | | MythXDisplay *OpenMythXDisplay(void); |
76 | | QSize MythXGetDisplayDimensions(void); |
77 | | int MythXGetRefreshRate(void); |
| 74 | MythXDisplay *GetMythXDisplay(Display*); |
| 75 | MPUBLIC MythXDisplay *OpenMythXDisplay(void); |
| 76 | QSize MythXGetDisplayDimensions(void); |
| 77 | MPUBLIC int MythXGetRefreshRate(void); |
78 | 78 | #define XLOCK(dpy, arg) { dpy->Lock(); arg; dpy->Unlock(); } |
79 | 79 | #endif // USING_X11 |
80 | 80 | |