Mercurial > hg > xemacs-beta
comparison src/device.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 2f8bb876ab1d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
1198 asynch_device_change_method) (); | 1198 asynch_device_change_method) (); |
1199 } | 1199 } |
1200 /* reset the flag to 0 unless another notification occurred while | 1200 /* reset the flag to 0 unless another notification occurred while |
1201 we were processing this one. Block SIGWINCH during this | 1201 we were processing this one. Block SIGWINCH during this |
1202 check to prevent a possible race condition. */ | 1202 check to prevent a possible race condition. */ |
1203 #ifndef WINDOWSNT | 1203 #ifdef SIGWINCH |
1204 EMACS_BLOCK_SIGNAL (SIGWINCH); | 1204 EMACS_BLOCK_SIGNAL (SIGWINCH); |
1205 #endif | 1205 #endif |
1206 if (old_asynch_device_change_pending == asynch_device_change_pending) | 1206 if (old_asynch_device_change_pending == asynch_device_change_pending) |
1207 asynch_device_change_pending = 0; | 1207 asynch_device_change_pending = 0; |
1208 #ifndef WINDOWSNT | 1208 #ifdef SIGWINCH |
1209 EMACS_UNBLOCK_SIGNAL (SIGWINCH); | 1209 EMACS_UNBLOCK_SIGNAL (SIGWINCH); |
1210 #endif | 1210 #endif |
1211 } | 1211 } |
1212 | 1212 |
1213 void | 1213 void |