Ticket #7052: Deskbar_Switcher_h_style_fix.diff

File Deskbar_Switcher_h_style_fix.diff, 1.4 KB (added by jscipione, 13 years ago)
  • src/apps/deskbar/Switcher.h

    diff --git a/src/apps/deskbar/Switcher.h b/src/apps/deskbar/Switcher.h
    index 9f319ea..b727c99 100644
    a b Except as contained in this notice, the name of Be Incorporated shall not be  
    2626used in advertising or otherwise to promote the sale, use or other dealings in
    2727this Software without prior written authorization from Be Incorporated.
    2828
    29 Tracker(TM), Be(R), BeOS(R), and BeIA(TM) are trademarks or registered trademarks
    30 of Be Incorporated in the United States and other countries. Other brand product
    31 names are registered trademarks or trademarks of their respective holders.
     29Tracker(TM), Be(R), BeOS(R), and BeIA(TM) are trademarks or registered
     30trademarks of Be Incorporated in the United States and other countries. Other
     31brand product names are registered trademarks or trademarks of their respective
     32holders.
    3233All rights reserved.
    3334*/
    3435#ifndef SWITCHER_H
    public:  
    5354                            TSwitchManager(BPoint where);
    5455    virtual                 ~TSwitchManager();
    5556
    56     virtual void            MessageReceived(BMessage* message);
     57    virtual void            MessageReceived(BMessage* message);
    5758
    5859            void            Stop(bool doAction, uint32 modifiers);
    5960            void            Unblock();
    private:  
    8586                                bool allowWorkspaceSwitch);
    8687            void            ActivateWindow(int32 windowID = -1);
    8788            void            _SortApps();
    88            
     89
    8990            bool            _FindNextValidApp(bool forward);
    9091
    9192            TSwitcherWindow* fWindow;