~ubuntu-branches/ubuntu/maverick/haxe/maverick

« back to all changes in this revision

Viewing changes to ocaml/swflib/swf.ml

  • Committer: Bazaar Package Importer
  • Author(s): Jens Peter Secher
  • Date: 2008-06-15 11:04:09 UTC
  • mfrom: (2.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080615110409-7pyykgwmk5v0cues
Tags: 1:1.19-3
* Remove bashism in script.
  (Closes: #484390)
* Upgrade to Policy 3.8.0 by including a README.source explaining how to
  use dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
type shape_line_style = {
305
305
        sls_width : int;
306
306
        sls_color : color;
307
 
        sls_unk : int option;
 
307
        sls_flags : int option;
 
308
        sls_fill : shape_fill_style option;
 
309
        sls_miter : int option;
308
310
}
309
311
 
310
312
type shape_new_styles = {
540
542
        | TDoInitAction of do_init_action
541
543
        | TVideoStream of unknown
542
544
        | TVideoFrame of unknown
 
545
        | TEnableDebugger2 of int * string
543
546
        | TSandbox of sandbox
544
547
        | TPlaceObject3 of place_object
545
548
        | TFontGlyphs of font_glyphs