Ignore:
Timestamp:
Nov 29, 2023, 5:59:34 PM (21 months ago)
Author:
gyoung
Message:

Merge Lar's 2.9 branch into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mediafolder/include/mediafolder.hh

    r4 r133  
    8484  USEITEM useItem;
    8585  VIEWITEM viewItem;
    86 }MYVIEWITEM; 
     86}MYVIEWITEM;
    8787
    8888typedef struct
     
    115115  WPObject* thisPtr;
    116116  char chrRexxScript[CCHMAXPATH];
    117 }INSERTTRACKPARMS; 
     117}INSERTTRACKPARMS;
    118118
    119119typedef  struct _MEDIAFLDRDATA
     
    129129  int iNumPlayed;     /* # of random played tracks */
    130130  int iNumToPlay;
    131   HWND hwndPlayObject;/* Object window which handles the play commands so the WPS is not blocked. */ 
     131  HWND hwndPlayObject;/* Object window which handles the play commands so the WPS is not blocked. */
    132132}MEDIAFLDRDATA;
    133133typedef   MEDIAFLDRDATA*   PMEDIAFLDRDATA;
     
    203203#pragma SOMCallstyle(oidl)
    204204private:
    205   /* 
     205  /*
    206206     Added with V0.2.8 (07.09.2003)
    207207
     
    209209
    210210     Tells the folder:
    211      MFLDR_CURACTION_ADDFOLDERVIEW3: currently processing the wpAddFolderView3Page() 
     211     MFLDR_CURACTION_ADDFOLDERVIEW3: currently processing the wpAddFolderView3Page()
    212212     MFLDR_VIEW_COMPACT:             folder is in compact view
    213213
     
    222222  WPObject* currentObject; /* Currently playing object */
    223223  PMINIRECORDCORE mrcPlaying;
    224   MYVIEWITEM myViewItem; 
     224  MYVIEWITEM myViewItem;
    225225
    226226  HWND hwndTopMiddle;/* */
     
    262262  virtual BOOL    wpSaveState();
    263263  virtual MRESULT wpDragOver(HWND hwndCnr,PDRAGINFO pDragInfo);
    264   virtual MRESULT wpDrop(HWND hwndCnr,PDRAGINFO pDragInfo,PDRAGITEM pDragItem); 
     264  virtual MRESULT wpDrop(HWND hwndCnr,PDRAGINFO pDragInfo,PDRAGITEM pDragItem);
    265265  virtual BOOL    wpAddSettingsPages(HWND hwndNotebook);
    266266  virtual ULONG   wpInsertSettingsPage(HWND hwndNotebook, PPAGEINFO ppageinfo);
Note: See TracChangeset for help on using the changeset viewer.