Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill/fill.defs
blob: 9135c1533c51f802bcc9c18d303fb7a9974d983f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
;; -*- scheme -*-
; object definitions ...
;; Enumerations and flags ...


;; From eggfill.h

(define-function fill
  (c-name "fill")
  (return-type "none")
  (parameters
    '("int []" "pixels")
    '("int" "x")
    '("int" "y")
    '("int" "width")
    '("int" "height")
    '("int" "color")
  )
)