add newline to end of file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3067 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -483,4 +483,4 @@ extern "C" float get_decorator_version(void)
|
|||||||
extern "C" Decorator *instantiate_decorator(BRect rect, int32 wlook, int32 wfeel, int32 wflags)
|
extern "C" Decorator *instantiate_decorator(BRect rect, int32 wlook, int32 wfeel, int32 wflags)
|
||||||
{
|
{
|
||||||
return new BeDecorator(rect,wlook,wfeel,wflags);
|
return new BeDecorator(rect,wlook,wfeel,wflags);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,4 +40,4 @@ protected:
|
|||||||
int textoffset;
|
int textoffset;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -33,4 +33,4 @@ float scale;
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -33,4 +33,4 @@ float scale;
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -397,4 +397,4 @@ extern "C" float get_decorator_version(void)
|
|||||||
extern "C" Decorator *instantiate_decorator(BRect rect, int32 wlook, int32 wfeel, int32 wflags)
|
extern "C" Decorator *instantiate_decorator(BRect rect, int32 wlook, int32 wfeel, int32 wflags)
|
||||||
{
|
{
|
||||||
return new WinDecorator(rect,wlook,wfeel,wflags);
|
return new WinDecorator(rect,wlook,wfeel,wflags);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,4 +42,4 @@ protected:
|
|||||||
int textoffset;
|
int textoffset;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1106,4 +1106,4 @@ Error(jas_stream_t *stream, jas_image_t *image, jas_matrix_t **pixels, int32 pix
|
|||||||
free(scanline);
|
free(scanline);
|
||||||
|
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -683,4 +683,4 @@ jpeg_simple_lossless (j_compress_ptr cinfo, int predictor, int point_transform)
|
|||||||
scanptr->Al = point_transform;
|
scanptr->Al = point_transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* C_LOSSLESS_SUPPORTED */
|
#endif /* C_LOSSLESS_SUPPORTED */
|
||||||
|
|||||||
@@ -40,4 +40,4 @@ public:
|
|||||||
virtual ~TiffUnknownField();
|
virtual ~TiffUnknownField();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TIFF_UNKNOWN_FIELD_H
|
#endif // TIFF_UNKNOWN_FIELD_H
|
||||||
|
|||||||
@@ -27,4 +27,4 @@ ssize_t writeAttr( BNode *node, type_code attrType,
|
|||||||
const char *attrName, const char *attrValue );
|
const char *attrName, const char *attrValue );
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ void usageMsg();
|
|||||||
void invalidAttrMsg( const char *attrTypeName );
|
void invalidAttrMsg( const char *attrTypeName );
|
||||||
void problemsWithFileMsg( const char *file );
|
void problemsWithFileMsg( const char *file );
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -76,4 +76,4 @@ protected:
|
|||||||
|
|
||||||
extern BRect preview_bounds;
|
extern BRect preview_bounds;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -21,4 +21,4 @@ class Media : public BApplication
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ const char *APP_SIGNATURE = "application/x-vnd.OBOS.Media"; // Application Sign
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -24,4 +24,4 @@ class MediaListItem : public BListItem
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -229,4 +229,4 @@ void MediaWindow::MessageReceived (BMessage *message)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ---------------------------------------------------------------------------------------------------------- //
|
// ---------------------------------------------------------------------------------------------------------- //
|
||||||
|
|||||||
Reference in New Issue
Block a user