Ignore:
Timestamp:
02/16/13 09:52:01 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Made the moving and resizing better looking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/plugin/src/xplra/MessageWindow.h

    r48 r49  
    156156
    157157    /**
     158     * The left coordinate of the window when it was clicked.
     159     */
     160    int clickedLeft;
     161
     162    /**
     163     * The top coordinate of the window when it was clicked.
     164     */
     165    int clickedTop;
     166
     167    /**
     168     * The right coordinate of the window when it was clicked.
     169     */
     170    int clickedRight;
     171
     172    /**
     173     * The bottom coordinate of the window when it was clicked.
     174     */
     175    int clickedBottom;
     176
     177    /**
    158178     * The mutex protecting some of the data structures that are used
    159179     * from both the simulator loop and the server thread.
Note: See TracChangeset for help on using the changeset viewer.