add newline to end of file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3066 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
150bfa3714
commit
fe5cc7b493
@ -39,4 +39,4 @@ uint16 FindClosestColor16(rgb_color color);
|
||||
|
||||
rgb_color MakeBlendColor(rgb_color col, rgb_color col2, float position);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -51,4 +51,4 @@ struct _BCmdKey{
|
||||
BHandler* target;
|
||||
};
|
||||
|
||||
#endif // _WINDOWAUX_H
|
||||
#endif // _WINDOWAUX_H
|
||||
|
@ -75,4 +75,4 @@ protected:
|
||||
AreaLinkHeader *header;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -49,4 +49,4 @@ protected:
|
||||
BList *attachlist;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -406,4 +406,4 @@ jinit_c_diff_controller (j_compress_ptr cinfo, boolean need_full_buffer)
|
||||
diff->whole_image[0] = NULL; /* flag for no virtual arrays */
|
||||
}
|
||||
|
||||
#endif /* C_LOSSLESS_SUPPORTED */
|
||||
#endif /* C_LOSSLESS_SUPPORTED */
|
||||
|
@ -598,4 +598,4 @@ jinit_lhuff_encoder (j_compress_ptr cinfo)
|
||||
entropy->count_ptrs[i] = NULL;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -75,4 +75,4 @@ jinit_lossless_c_codec(j_compress_ptr cinfo)
|
||||
losslsc->pub.start_pass = start_pass;
|
||||
}
|
||||
|
||||
#endif /* C_LOSSLESS_SUPPORTED */
|
||||
#endif /* C_LOSSLESS_SUPPORTED */
|
||||
|
@ -73,4 +73,4 @@ jinit_lossy_c_codec (j_compress_ptr cinfo)
|
||||
* jcshuff.c or jcphuff.c and compress_data is assigned in jccoefct.c.
|
||||
*/
|
||||
lossyc->pub.start_pass = start_pass;
|
||||
}
|
||||
}
|
||||
|
@ -50,4 +50,4 @@ jinit_d_codec (j_decompress_ptr cinfo)
|
||||
#endif
|
||||
} else
|
||||
jinit_lossy_d_codec(cinfo);
|
||||
}
|
||||
}
|
||||
|
@ -59,4 +59,4 @@ jinit_c_scaler (j_compress_ptr cinfo)
|
||||
losslsc->scaler_start_pass = scaler_start_pass;
|
||||
}
|
||||
|
||||
#endif /* C_LOSSLESS_SUPPORTED */
|
||||
#endif /* C_LOSSLESS_SUPPORTED */
|
||||
|
@ -658,4 +658,4 @@ jinit_shuff_encoder (j_compress_ptr cinfo)
|
||||
entropy->dc_count_ptrs[i] = entropy->ac_count_ptrs[i] = NULL;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -396,4 +396,4 @@ jinit_d_diff_controller (j_decompress_ptr cinfo, boolean need_full_buffer)
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* D_LOSSLESS_SUPPORTED */
|
||||
#endif /* D_LOSSLESS_SUPPORTED */
|
||||
|
@ -226,4 +226,4 @@ struct huffd_common_struct {
|
||||
*/
|
||||
};
|
||||
|
||||
typedef struct huffd_common_struct * huffd_common_ptr;
|
||||
typedef struct huffd_common_struct * huffd_common_ptr;
|
||||
|
@ -288,4 +288,4 @@ jinit_lhuff_decoder (j_decompress_ptr cinfo)
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* D_LOSSLESS_SUPPORTED */
|
||||
#endif /* D_LOSSLESS_SUPPORTED */
|
||||
|
@ -91,4 +91,4 @@ jinit_lossless_d_codec(j_decompress_ptr cinfo)
|
||||
losslsd->pub.start_input_pass = start_input_pass;
|
||||
}
|
||||
|
||||
#endif /* D_LOSSLESS_SUPPORTED */
|
||||
#endif /* D_LOSSLESS_SUPPORTED */
|
||||
|
@ -357,4 +357,4 @@ jinit_shuff_decoder (j_decompress_ptr cinfo)
|
||||
for (i = 0; i < NUM_HUFF_TBLS; i++) {
|
||||
entropy->dc_derived_tbls[i] = entropy->ac_derived_tbls[i] = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -154,4 +154,4 @@ EXTERN(void) jinit_d_diff_controller (j_decompress_ptr cinfo, boolean need_full_
|
||||
EXTERN(void) jinit_d_codec (j_decompress_ptr cinfo);
|
||||
EXTERN(void) jinit_c_diff_controller (j_compress_ptr cinfo, boolean need_full_buffer);
|
||||
|
||||
#endif /* JLOSSLS_H */
|
||||
#endif /* JLOSSLS_H */
|
||||
|
@ -117,4 +117,4 @@ EXTERN(void) jinit_shuff_decoder JPP((j_decompress_ptr cinfo));
|
||||
EXTERN(void) jinit_phuff_decoder JPP((j_decompress_ptr cinfo));
|
||||
EXTERN(void) jinit_inverse_dct JPP((j_decompress_ptr cinfo));
|
||||
|
||||
#endif /* JLOSSY_H */
|
||||
#endif /* JLOSSY_H */
|
||||
|
@ -95,4 +95,4 @@ main()
|
||||
app.Run();
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -86,4 +86,4 @@ private:
|
||||
// the actual settings
|
||||
};
|
||||
|
||||
#endif // #ifndef TGA_TRANSLATOR_SETTTINGS_H
|
||||
#endif // #ifndef TGA_TRANSLATOR_SETTTINGS_H
|
||||
|
@ -66,4 +66,4 @@ TGAWindow::TGAWindow(BRect area)
|
||||
TGAWindow::~TGAWindow()
|
||||
{
|
||||
be_app->PostMessage(B_QUIT_REQUESTED);
|
||||
}
|
||||
}
|
||||
|
@ -45,4 +45,4 @@ public:
|
||||
// Posts a quit message so that the application closes properly
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -178,4 +178,4 @@ private:
|
||||
media_node fNode;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -144,4 +144,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -380,4 +380,3 @@ BGameSoundDevice::AllocateSound()
|
||||
return fSoundCount - kGrowth;
|
||||
}
|
||||
|
||||
|
@ -15,4 +15,4 @@ private:
|
||||
color_which attribute;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -21,4 +21,4 @@ class Devices : public BApplication
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -12,4 +12,4 @@ Devices Constants by Sikosis
|
||||
// Constants ------------------------------------------------------------------------------------------------- //
|
||||
const char *APP_SIGNATURE = "application/x-vnd.OBOS.Devices"; // Application Signature and Title
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -61,4 +61,4 @@ protected:
|
||||
|
||||
extern BitmapManager *bitmapmanager;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -65,4 +65,4 @@ protected:
|
||||
int textoffset;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -6,4 +6,4 @@ void SaveToPNG(const char *filename, const BRect &bounds, color_space space,
|
||||
const void *bits, const int32 &bitslength, const int32 bytesperrow);
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -22,4 +22,4 @@ private:
|
||||
int32 _token;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -105,4 +105,4 @@ int main(int argc, char *argv[]) {
|
||||
App app;
|
||||
be_app->Run();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,4 @@ public:
|
||||
};
|
||||
|
||||
#define my_app ((App*)be_app)
|
||||
#endif
|
||||
#endif
|
||||
|
@ -8,4 +8,4 @@
|
||||
#define CLOSE_MSG 'clos'
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -121,4 +121,4 @@ void PathView::MouseUp(BPoint point) {
|
||||
void PathView::SetClose(bool close) {
|
||||
if (close) fPath.Close();
|
||||
else fPath.Open();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user