~ubuntu-branches/ubuntu/gutsy/amarok/gutsy-updates

« back to all changes in this revision

Viewing changes to amarok/src/engine/helix/helix-sp/helix-include/common/include/hxwintyp.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-11-03 23:57:33 UTC
  • mfrom: (1.31.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061103235733-a41oyfz4mzienqin
Tags: 2:1.4.4-0ubuntu2
Add debian/kubuntu-media-amarok and
debian amarok_play_audiocd.desktop for good KDE integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
 *
153
153
 *      Cross Platform definition of a window. This struct is sufficiently
154
154
 *      wide to describe parent or child windows in Windows, MacOS, and
155
 
 *      various flavours of X-Windows.
 
155
 *      various flavors of X-Windows.
156
156
 *
157
157
 *  Data Members:
158
158
 *
198
198
 *  Purpose:
199
199
 *
200
200
 *      Cross Platform definition of a event. This struct is sufficiently
201
 
 *      wide to describe an event in Windows, MacOS, and various flavours of 
 
201
 *      wide to describe an event in Windows, MacOS, and various flavors of 
202
202
 *      X-Windows.
203
203
 *
204
204
 *  Data Members:
244
244
 *
245
245
 *      Cross Platform definition of a region. This typedef is redefined as
246
246
 *      appropriate to describe a region in Windows, MacOS, and various 
247
 
 *      flavours of X-Windows.
 
247
 *      flavors of X-Windows.
248
248
 *
249
249
 */
250
250
typedef void* HXxRegion;
259
259
 *
260
260
 *      Cross Platform definition of a device context. This typedef is redefined as
261
261
 *      appropriate to describe a device context in Windows, MacOS, and various 
262
 
 *      flavours of X-Windows.
 
262
 *      flavors of X-Windows.
263
263
 *
264
264
 */
265
265
typedef void* HXxDC;
274
274
 *
275
275
 *      Cross Platform definition of a font. This typedef is redefined as
276
276
 *      appropriate to describe a font in Windows, MacOS, and various 
277
 
 *      flavours of X-Windows.
 
277
 *      flavors of X-Windows.
278
278
 *
279
279
 */
280
280
typedef void* HXxFont;
289
289
 *
290
290
 *      Cross Platform definition of a color. This typedef is redefined as
291
291
 *      appropriate to describe a font in Windows, MacOS, and various 
292
 
 *      flavours of X-Windows.
 
292
 *      flavors of X-Windows.
293
293
 *
294
294
 */
295
295
typedef ULONG32 HXxColor;
304
304
 *
305
305
 *      Cross Platform definition of a icon. This typedef is redefined as
306
306
 *      appropriate to describe a font in Windows, MacOS, and various 
307
 
 *      flavours of X-Windows.
 
307
 *      flavors of X-Windows.
308
308
 *
309
309
 */
310
310
typedef void* HXxIcon;
319
319
 *
320
320
 *      Cross Platform definition of a menu. This typedef is redefined as
321
321
 *      appropriate to describe a font in Windows, MacOS, and various 
322
 
 *      flavours of X-Windows.
 
322
 *      flavors of X-Windows.
323
323
 *
324
324
 */
325
325
typedef void* HXxMenu;
334
334
 *
335
335
 *      Cross Platform definition of a cursor. This typedef is redefined as
336
336
 *      appropriate to describe a cursor in Windows, MacOS, and various 
337
 
 *      flavours of X-Windows.
 
337
 *      flavors of X-Windows.
338
338
 *
339
339
 */
340
340
typedef void* HXxCursor;