Created a simple icon for this demo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24266 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Binary file not shown.
@@ -58,7 +58,7 @@ private:
|
||||
|
||||
|
||||
SampleGLApp::SampleGLApp()
|
||||
: BApplication("application/x-vnd.sample")
|
||||
: BApplication("application/x-vnd.Haiku-GLDirectMode")
|
||||
{
|
||||
BRect windowRect;
|
||||
uint32 type = BGL_RGB|BGL_DOUBLE|BGL_DEPTH;
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
|
||||
resource app_signature "application/x-vnd.Haiku-GLDirectMode";
|
||||
|
||||
resource app_flags B_MULTIPLE_LAUNCH;
|
||||
|
||||
resource app_version {
|
||||
major = 1,
|
||||
middle = 0,
|
||||
minor = 0,
|
||||
|
||||
/* 0 = development 1 = alpha 2 = beta
|
||||
3 = gamma 4 = golden master 5 = final */
|
||||
variety = 5,
|
||||
|
||||
internal = 3,
|
||||
|
||||
short_info = "GLDirectMode",
|
||||
long_info = "GLDirectMode ©2008 Haiku"
|
||||
};
|
||||
|
||||
resource vector_icon {
|
||||
$"6E636966050500020006023B55F13C5CD2BE755C3D78974A454E48FFCB00D3F5"
|
||||
$"91FF05C080020006023CD471BA2F923B0FF33DF6F048DA184417BB00E5FFB3FF"
|
||||
$"FF8282020006023C318B3A487CBD09B43EEB2D4B485C48176F00DE4E4EFF0537"
|
||||
$"C704016D050A062231224E3E5C5248522D37260A042231224E3E5C3E3A0A0422"
|
||||
$"313E3A522D37260A043E5C5248522D3E3A0A043E5E4E5E60485444050A040104"
|
||||
$"000A0001001001178400040A010101000A020102000A03010300"
|
||||
};
|
||||
|
||||
@@ -12,4 +12,5 @@ if $(TARGET_PLATFORM) != haiku {
|
||||
SimpleTest GLDirectMode :
|
||||
GLDirectMode.cpp
|
||||
: be game libGL.so
|
||||
: GLDirectMode.rdef
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user