Changeset 310e539913187cdda5b344cbb27bfe34c352ccf1
- Timestamp:
- 09/05/08 17:52:18
(5 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1210348338 +0200
- git-parent:
[2b1a76ee6642771bb797fdd6327eda7220342bd3]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1210343036 +0200
- Message:
Fix comment and indentation.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2b1a76e |
r310e539 |
|
| 1059 | 1059 | { |
|---|
| 1060 | 1060 | int ret; |
|---|
| 1061 | | ret = write( p_sys->i_fd, p_sys->p_overlay->p[0].p_pixels, p_sys->i_page_size ); |
|---|
| | 1061 | ret = write( p_sys->i_fd, p_sys->p_overlay->p[0].p_pixels, |
|---|
| | 1062 | p_sys->i_page_size ); |
|---|
| 1062 | 1063 | if( ret < 0 ) |
|---|
| 1063 | 1064 | msg_Err( p_intf, "unable to clear overlay" ); |
|---|
| … | … | |
| 1271 | 1272 | |
|---|
| 1272 | 1273 | /***************************************************************************** |
|---|
| 1273 | | * Run: rc thread |
|---|
| | 1274 | * Run: thread |
|---|
| 1274 | 1275 | ***************************************************************************** |
|---|
| 1275 | 1276 | * This part of the interface is in a separate thread so that we can call |
|---|