d_portable.rc
changeset 5 420e4af41733
parent 0 0cb137a77319
child 7 57c09d1b7f69
equal deleted inserted replaced
4:bf0b63015196 5:420e4af41733
     1 "*
     1 "*
     2  * $Header$
     2  * $Header$
     3  * display configuration - for my portable-pc (gas plasma b&w vga / 8514 color)
     3  *
       
     4  * display configuration - for my portable-pc (gas plasma b&w vga or 8514 color)
     4  *"
     5  *"
     5 
     6 
       
     7 "*
       
     8  * view style
       
     9  *"
       
    10 " "
     6 View defaultStyle:#iris
    11 View defaultStyle:#iris
       
    12 " "
       
    13 
       
    14 " 
       
    15 View defaultStyle:#mswindows
       
    16 " 
       
    17 
       
    18 " 
       
    19 View defaultStyle:#openwin
       
    20 " 
     7 !
    21 !
     8 
    22 
     9 "*
    23 "*
    10  * add some function key definitions ...
    24  * add some function key definitions ...
    11  * (this is of course my private taste)
    25  * (this is of course my private taste)
    30 map bindValue:$\ to:#'Cmd\'.
    44 map bindValue:$\ to:#'Cmd\'.
    31 
    45 
    32 !
    46 !
    33 "*
    47 "*
    34  * figure out if running on plasma or color display
    48  * figure out if running on plasma or color display
       
    49  * (the plasma display works with 640x480 only;
       
    50  *  the 8514 has 1024x768 resolution)
    35  */"
    51  */"
    36 Display width == 640 ifTrue:[
    52 Display width == 640 ifTrue:[
    37     "*
    53     "*
    38      * its VGA hardware, but displays only grey
    54      * its VGA hardware, but displays only grey
    39      *"
    55      *"