Subversion Repositories Kolibri OS

Rev

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

Rev 5680 Rev 5708
Line 183... Line 183...
183
else
183
else
184
        mcall   send, [socketnum], SetPixelFormat24, 20, 0
184
        mcall   send, [socketnum], SetPixelFormat24, 20, 0
185
end if
185
end if
Line 186... Line 186...
186
 
186
 
187
        DEBUGF  1, "Sending encoding info\n"
187
        DEBUGF  1, "Sending encoding info\n"
Line 188... Line 188...
188
        mcall   send, [socketnum], SetEncodings, 12, 0
188
        mcall   send, [socketnum], SetEncodings, SetEncodings.length, 0
189
 
189
 
190
; Set main window caption to servername
190
; Set main window caption to servername
191
        mov     ecx, dword[receive_buffer+framebuffer.name_length]
191
        mov     ecx, dword[receive_buffer+framebuffer.name_length]
Line 266... Line 266...
266
        lodsw
266
        lodsw
267
        xchg    al, ah
267
        xchg    al, ah
268
        mov     [rectangle.height], eax
268
        mov     [rectangle.height], eax
Line 269... Line 269...
269
 
269
 
-
 
270
        lodsd                           ; encoding
270
        lodsd                           ; encoding
271
        bswap   eax
271
        DEBUGF  1, "rectangle: width=%u height=%u x=%u y=%u encoding: ",\
272
        DEBUGF  1, "rectangle: width=%u height=%u x=%u y=%u encoding: ",\
Line 272... Line 273...
272
        [rectangle.width]:2, [rectangle.height]:2, [rectangle.x]:2, [rectangle.y]:2
273
        [rectangle.width]:2, [rectangle.height]:2, [rectangle.x]:2, [rectangle.y]:2
273
 
274