Subversion Repositories Kolibri OS

Rev

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

Rev 6683 Rev 7104
Line 15... Line 15...
15
  SSF_BEGIN_DRAW=1
15
  SSF_BEGIN_DRAW=1
16
  SSF_END_DRAW=2
16
  SSF_END_DRAW=2
17
SF_DRAW_RECT=13         ; draw rectangle to the window
17
SF_DRAW_RECT=13         ; draw rectangle to the window
18
SF_GET_SCREEN_SIZE=14   ; get screen resolution
18
SF_GET_SCREEN_SIZE=14   ; get screen resolution
19
SF_BACKGROUND_SET=15
19
SF_BACKGROUND_SET=15    ; work with desktop background graphics
20
  SSF_SIZE_BG=1
20
  SSF_SIZE_BG=1         ; set a size of the background image
21
  SSF_PIXEL_BG=2
21
  SSF_PIXEL_BG=2        ; put pixel on the background image
22
  SSF_REDRAW_BG=3
22
  SSF_REDRAW_BG=3       ; redraw background
23
  SSF_MODE_BG=4
23
  SSF_MODE_BG=4         ; set drawing mode for the background
24
  SSF_IMAGE_BG=5
24
  SSF_IMAGE_BG=5        ; put block of pixels on the background image
25
  SSF_MAP_BG=6          ; map background image to the address space of the process
25
  SSF_MAP_BG=6          ; map background image to the address space of the process
26
  SSF_UNMAP_BG=7
26
  SSF_UNMAP_BG=7        ; close mapped background data
27
  SSF_LAST_DRAW=8       ; get coordinates of the last draw to the background
27
  SSF_LAST_DRAW=8       ; get coordinates of the last draw to the background
28
  SSF_REDRAW_RECT=9     ; redraws a rectangular part of the background
28
  SSF_REDRAW_RECT=9     ; redraws a rectangular part of the background
29
SF_RD_TO_FLOPPY=16      ; save ramdisk on the floppy
29
SF_RD_TO_FLOPPY=16      ; save ramdisk on the floppy
30
SF_GET_BUTTON=17        ; get ID of the pressed button
30
SF_GET_BUTTON=17        ; get ID of the pressed button
31
SF_SYSTEM=18
31
SF_SYSTEM=18
32
  SSF_UNFOCUS_WINDOW=1          ; take focus from the window of the given thread
32
  SSF_UNFOCUS_WINDOW=1          ; take focus from the window of the given thread