Mercurial > hg > xemacs-beta
comparison src/sound.c @ 3731:af0d2950b72a
[xemacs-hg @ 2006-12-09 18:44:47 by vins]
Fix type in call to GTK_DEVICE.
author | vins |
---|---|
date | Sat, 09 Dec 2006 18:44:48 +0000 |
parents | 4bcad369dfd4 |
children | fb73a2046d3e |
comparison
equal
deleted
inserted
replaced
3730:686eb5e23c24 | 3731:af0d2950b72a |
---|---|
588 #ifdef HAVE_NATIVE_SOUND | 588 #ifdef HAVE_NATIVE_SOUND |
589 | 589 |
590 static void | 590 static void |
591 init_native_sound (struct device *d) | 591 init_native_sound (struct device *d) |
592 { | 592 { |
593 if (!(DEVICE_X_P(d) || DEVICE_GTK_P(dev))) | 593 if (!(DEVICE_X_P(d) || DEVICE_GTK_P(d))) |
594 DEVICE_ON_CONSOLE_P (d) = 1; | 594 DEVICE_ON_CONSOLE_P (d) = 1; |
595 #ifdef HAVE_X_WINDOWS | 595 #ifdef HAVE_X_WINDOWS |
596 else | 596 else |
597 { | 597 { |
598 /* When running on a machine with native sound support, we cannot use | 598 /* When running on a machine with native sound support, we cannot use |