Subversion Repositories Kolibri OS

Rev

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

Rev 5663 Rev 5666
Line 89... Line 89...
89
        DEBUGF  1, "Screen width=%u, height=%u\n", [screen.width]:2, [screen.height]:2
89
        DEBUGF  1, "Screen width=%u, height=%u\n", [screen.width]:2, [screen.height]:2
Line 90... Line 90...
90
 
90
 
91
        mcall   send, [socketnum], pixel_format8, 20, 0
91
        mcall   send, [socketnum], pixel_format8, 20, 0
Line 92... Line 92...
92
        DEBUGF  1, "Sending pixel format\n"
92
        DEBUGF  1, "Sending pixel format\n"
93
 
93
 
Line 94... Line 94...
94
        mcall   send, [socketnum], encodings, 8, 0
94
        mcall   send, [socketnum], encodings, 12, 0
Line 95... Line 95...
95
        DEBUGF  1, "Sending encoding info\n"
95
        DEBUGF  1, "Sending encoding info\n"
Line 163... Line 163...
163
        DEBUGF  1, "rectangle: width=%u height=%u x=%u y=%u encoding: ",\
163
        DEBUGF  1, "rectangle: width=%u height=%u x=%u y=%u encoding: ",\
164
        [rectangle.width]:2, [rectangle.height]:2, [rectangle.x]:2, [rectangle.y]:2
164
        [rectangle.width]:2, [rectangle.height]:2, [rectangle.x]:2, [rectangle.y]:2
Line 165... Line 165...
165
 
165
 
166
        cmp     eax, 0
166
        cmp     eax, 0
167
        je      encoding_raw
167
        je      encoding_raw
168
;        cmp     eax, 1
168
        cmp     eax, 1
169
;        je      encoding_copyrect
169
        je      encoding_copyrect
170
;        cmp     eax, 2
170
;        cmp     eax, 2
171
;        je      encoding_RRE
171
;        je      encoding_RRE
172
;        cmp     eax, 5
172
;        cmp     eax, 5
173
;        je      encoding_hextile
173
;        je      encoding_hextile