~kubuntu-members/libkcompactdisc/4.11

« back to all changes in this revision

Viewing changes to wmlib/include/wm_struct.h

  • Committer: Albert Astals Cid
  • Date: 2009-12-26 23:18:33 UTC
  • Revision ID: git-v1:834c082807e98b2d26be101c7dd4b3bc6b087053
move oldmode to wm_drive where it makes much sense

svn path=/trunk/KDE/kdemultimedia/libkcompactdisc/; revision=1066387

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
    struct wm_cdda_block *blocks;
173
173
    int numblocks;
174
174
        void  *cddax;         /* Pointer to optional drive-specific info  etc. */
 
175
        int oldmode;
175
176
};
176
177
 
177
178
int toshiba_fixup(struct wm_drive *d);