diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-08 21:59:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-08 21:59:07 -0600 |
commit | 2ae2f3f719ab9316eb2addef265c78ab81327516 (patch) | |
tree | 58511ab39204ff6a35f45f892cf3510c9aba0174 /src/kernel/qapplication_x11.cpp | |
parent | e9c23befee596e80f840ff9a1a1a3b849972f211 (diff) | |
download | tqt3-2ae2f3f719ab9316eb2addef265c78ab81327516.tar.gz tqt3-2ae2f3f719ab9316eb2addef265c78ab81327516.zip |
Update tqt3 to support gcc visibility
This closes Bug 696
Diffstat (limited to 'src/kernel/qapplication_x11.cpp')
-rw-r--r-- | src/kernel/qapplication_x11.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp index 54c91f48d..5011351b3 100644 --- a/src/kernel/qapplication_x11.cpp +++ b/src/kernel/qapplication_x11.cpp @@ -337,7 +337,7 @@ static long qt_mode_switch_remove_mask = 0; // flags for extensions for special Languages, currently only for RTL languages static bool qt_use_rtl_extensions = FALSE; -bool qt_hebrew_keyboard_hack = FALSE; +Q_EXPORT bool qt_hebrew_keyboard_hack = FALSE; static Window mouseActWindow = 0; // window where mouse is static int mouseButtonPressed = 0; // last mouse button pressed @@ -3851,7 +3851,7 @@ void qt_leave_modal( TQWidget *widget ) } -bool qt_try_modal( TQWidget *widget, XEvent *event ) +Q_EXPORT bool qt_try_modal( TQWidget *widget, XEvent *event ) { if (qt_xdnd_dragging) { // allow mouse events while DnD is active |