This website works better with JavaScript.
Explore
Help
Register
Sign In
MOS
/
OpenBoard
Watch
5
Star
0
Fork
You've already forked OpenBoard
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Added unistd.h dependancy to ensure compilation under gcc 4.7.
Browse Source
preferencesAboutTextFull
Guillaume Burel
12 years ago
parent
c33ae9e61b
commit
a74b7ca134
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
src/frameworks/UBPlatformUtils_linux.cpp
1
src/frameworks/UBPlatformUtils_linux.cpp
Unescape
Escape
View File
@ -17,6 +17,7 @@
#
include
<QtGui>
#
include
<QtGui>
#
include
<unistd.h>
#
include
<X11/Xlib.h>
#
include
<X11/Xlib.h>
#
include
<X11/keysym.h>
#
include
<X11/keysym.h>
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
MOS/OpenBoard
Title
Body
Create Issue