Subversion Repositories Kolibri OS

Rev

Rev 6126 | Rev 6288 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6126 Rev 6200
Line 128... Line 128...
128
align 4
128
align 4
129
draw_window:
129
draw_window:
130
	pushad
130
	pushad
131
	mcall SF_REDRAW,SSF_BEGIN_DRAW
131
	mcall SF_REDRAW,SSF_BEGIN_DRAW
Line 132... Line 132...
132
 
132
 
133
	mcall SF_CREATE_WINDOW,(50 shl 16)+410,(30 shl 16)+425,0x33ffffff,,title1
133
	mcall SF_CREATE_WINDOW,(50 shl 16)+410,(30 shl 16)+425,0x33404040,,title1
Line 134... Line 134...
134
	stdcall [kosglSwapBuffers]
134
	stdcall [kosglSwapBuffers]
135
 
135
 
136
	;Title
136
	;Title
137
	mcall SF_DRAW_TEXT,(300 shl 16)+4,0x808080,fps,   fps.end-fps
137
	mcall SF_DRAW_TEXT,(300 shl 16)+4,0xc0c0c0,fps,   fps.end-fps
Line 138... Line 138...
138
	mcall SF_DRAW_TEXT,(8 shl 16)+4,0x808080,title3,title3.end-title3
138
	mcall SF_DRAW_TEXT,(8 shl 16)+4,0xc0c0c0,title3,title3.end-title3
139
	;mcall SF_DRAW_TEXT,(180 shl 16)+4,0x808080,title2,title2.end-title2
139
	;mcall SF_DRAW_TEXT,(180 shl 16)+4,0xc0c0c0,title2,title2.end-title2
140
 
140