- Timestamp:
- Sep 15, 2015 3:38:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r57765 r57767 73 73 #ifdef Q_WS_X11 74 74 # include <dlfcn.h> 75 # include <unistd.h> 75 76 # include <X11/Xlib.h> 76 77 # if defined(RT_OS_LINUX) && defined(DEBUG) … … 743 744 744 745 745 # ifdef RT_OS_LINUX 746 /* 747 * We have to to make sure that we display the error-message 748 * after the parent displayed its own message. 749 */ 746 # ifdef Q_WS_X11 747 /* We have to to make sure that we display the error-message 748 * after the parent displayed its own message. */ 750 749 sleep(2); 751 # endif 750 # endif /* Q_WS_X11 */ 752 751 753 752 /*
Note:
See TracChangeset
for help on using the changeset viewer.