VirtualBox

Changeset 8170 in vbox for trunk/src/VBox/RDP/client


Ignore:
Timestamp:
Apr 18, 2008 5:52:25 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29880
Message:

Rebranding: replacing more innotek strings.

Location:
trunk/src/VBox/RDP/client
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/RDP/client/xkeymap.c

    r7826 r8170  
    55   Copyright (C) Matthew Chapman 1999-2005
    66   Copyright (C) Peter Astrand <[email protected]> 2003
    7    
     7
    88   This program is free software; you can redistribute it and/or modify
    99   it under the terms of the GNU General Public License as published by
    1010   the Free Software Foundation; either version 2 of the License, or
    1111   (at your option) any later version.
    12    
     12
    1313   This program is distributed in the hope that it will be useful,
    1414   but WITHOUT ANY WARRANTY; without even the implied warranty of
     
    394394
    395395                /* flags */
    396                 /* FIXME: Should allow case-insensitive flag names. 
     396                /* FIXME: Should allow case-insensitive flag names.
    397397                   Fix by using lex+yacc... */
    398398                modifiers = 0;
     
    426426                if (strstr(line_rest, "addupper"))
    427427                {
    428                         /* Automatically add uppercase key, with same modifiers 
     428                        /* Automatically add uppercase key, with same modifiers
    429429                           plus shift */
    430430                        for (p = keyname; *p; p++)
     
    538538                        if (pressed)
    539539                        {
    540                                 /* innotek code begin */
     540                                /* VirtualBox code begin */
    541541                                rdp_send_input(ev_time, RDP_INPUT_SCANCODE, KBD_FLAG_EXT, 0x46, 0);
    542542                                rdp_send_input(ev_time, RDP_INPUT_SCANCODE, KBD_FLAG_EXT | KBD_FLAG_UP, 0x46, 0);
    543                                 /* innotek code end */
     543                                /* VirtualBox code end */
    544544                        }
    545545                        /* No release sequence */
     
    578578                        if (pressed)
    579579                        {
    580                                 /* innotek code begin */
     580                                /* VirtualBox code begin */
    581581                                rdp_send_input(ev_time, RDP_INPUT_SCANCODE, KBD_FLAG_EXT2, 0x1d, 0);
    582582                                rdp_send_input(ev_time, RDP_INPUT_SCANCODE, RDP_KEYPRESS,  0x45, 0);
    583583                                rdp_send_input(ev_time, RDP_INPUT_SCANCODE, KBD_FLAG_EXT2 | KBD_FLAG_UP, 0x1d, 0);
    584584                                rdp_send_input(ev_time, RDP_INPUT_SCANCODE, KBD_FLAG_UP,  0x45, 0);
    585                                 /* innotek code end */
     585                                /* VirtualBox code end */
    586586                        }
    587587                        /* No release sequence */
  • trunk/src/VBox/RDP/client/xwin.c

    r7826 r8170  
    123123   Note that this can be true when g_compatible_arch is false,
    124124   e.g.:
    125    
     125
    126126     RDP(LE) <-> host(BE) <-> X-Server(LE)
    127      
     127
    128128   ('host' is the machine running rdesktop; the host simply memcpy's
    129129    so its endianess doesn't matter)
     
    21292129                                g_mouse_in_wnd = False;
    21302130                                XUngrabKeyboard(g_display, CurrentTime);
    2131                                 /* innotek code begin */
     2131                                /* VirtualBox code begin */
    21322132                                if (g_fullscreen)
    21332133                                {
     
    21382138                                        XUngrabPointer(g_display, CurrentTime);
    21392139                                }
    2140                                 /* innotek code end */
     2140                                /* VirtualBox code end */
    21412141                                break;
    21422142
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette