Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2016, 11:22:34 AM (8 years ago)
Author:
ahedges
Message:

comment out some carbon stuff and add tolua++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_HS16/src/external/ois/mac/MacMouse.cpp

    r5781 r11251  
    7171        {
    7272                Rect clipRect = {0.0f, 0.0f, 0.0f, 0.0f};
    73                 GetWindowBounds(win, kWindowContentRgn, &clipRect);
     73//              GetWindowBounds(win, kWindowContentRgn, &clipRect);
    7474               
    7575                CGPoint warpPoint;
     
    281281                                {
    282282                                        Rect clipRect = {0.0f, 0.0f, 0.0f, 0.0f};
    283                                         GetWindowBounds(win, kWindowContentRgn, &clipRect);
    284                                        
     283//                                      GetWindowBounds(win, kWindowContentRgn, &clipRect);
     284
    285285                                        CGPoint warpPoint;
    286286                                        warpPoint.x = ((clipRect.right - clipRect.left) / 2) + clipRect.left;
Note: See TracChangeset for help on using the changeset viewer.