Subversion Repositories Kolibri OS

Rev

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

Rev 2648 Rev 2654
Line 1119... Line 1119...
1119
  * eax = N - number of windows minimized from function
1119
  * eax = N - number of windows minimized from function
1120
Remarks:
1120
Remarks:
1121
  * Window of special thread (name begin to symbol @) is not minimize.
1121
  * Window of special thread (name begin to symbol @) is not minimize.
Line 1122... Line 1122...
1122
	
1122
 
-
 
1123
======================================================================
-
 
1124
======= Function 18, subfunction 24 - set limits of screen. ==========
-
 
1125
======================================================================
-
 
1126
Parameters:
-
 
1127
  * eax = 18 - function number
-
 
1128
  * ebx = 24 - subfunction number
-
 
1129
  * ecx = new X size
-
 
1130
  * edx = new Y size
-
 
1131
Returned value:
-
 
1132
  * function does not return value
-
 
1133
Remarks:
-
 
1134
  * The function does not change the physical size of the video mode.
-
 
1135
    It is designed for non-standard displays which display the image
-
 
1136
    partially.
-
 
1137
  * The sizes specified in the function should not exceed the sizes
-
 
1138
    of the current video mode, otherwise the function will not change
-
 
1139
    anything.
-
 
1140
 
1123
======================================================================
1141
======================================================================
1124
==================== Function 20 - MIDI interface. ===================
1142
==================== Function 20 - MIDI interface. ===================
Line 1125... Line 1143...
1125
======================================================================
1143
======================================================================
1126
 
1144