diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-28 19:02:21 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-28 19:02:21 +0000 |
commit | f627f77f23d1497c9e1f4269b5c8812d12b42f18 (patch) | |
tree | 708772d83a8355e25155cf233d5a9e38f8ad4d96 /ipl/gincl | |
parent | 6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (diff) | |
download | icon-upstream.tar.gz |
Imported Upstream version 9.5.0upstream/9.5.0upstream
Diffstat (limited to 'ipl/gincl')
-rw-r--r-- | ipl/gincl/keysyms.icn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipl/gincl/keysyms.icn b/ipl/gincl/keysyms.icn index 7b0c6a5..b9d316b 100644 --- a/ipl/gincl/keysyms.icn +++ b/ipl/gincl/keysyms.icn @@ -97,6 +97,7 @@ $define Key_Up 65362 $endif $ifdef _MS_WINDOWS +$ifndef _X_WINDOW_SYSTEM $define Key_Down 40 $define Key_End 35 $define Key_ScrollLock 145 @@ -136,6 +137,7 @@ $define Key_Right 39 $define Key_Select 41 $define Key_Up 38 $endif +$endif $ifdef _JAVA $define Key_PrSc 154 |