Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
visual: more reorganization of the files
Browse files Browse the repository at this point in the history
  • Loading branch information
pad committed Oct 27, 2010
1 parent 68c2a71 commit e3b3b6b
Show file tree
Hide file tree
Showing 13 changed files with 349 additions and 336 deletions.
1 change: 1 addition & 0 deletions h_program-lang/archi_code_lexer.mll
Expand Up @@ -332,6 +332,7 @@ rule category = parse
| "jpeg"
| "/ui."
| "window"
| "/draw_"
{ Ui }

| "/gtk/"
Expand Down
1 change: 0 additions & 1 deletion main_visual.ml
Expand Up @@ -110,7 +110,6 @@ let main_action xs =

let dw = Model2.init_drawing treemap_generator model xs in


(* the GMain.Main.init () is done by linking with gtkInit.cmo *)
pr2 (spf "Using Cairo version: %s" Cairo.compile_time_version_string);
let db_file =
Expand Down
4 changes: 2 additions & 2 deletions visual/Makefile
Expand Up @@ -11,8 +11,8 @@ SRC=cairo_helpers.ml custom_list_generic.ml async.ml \
editor_connection.ml \
model2.ml \
completion2.ml \
draw_basics.ml draw_labels.ml draw_legend.ml \
draw_microlevel.ml draw_macrolevel.ml \
draw_common.ml draw_labels.ml draw_legend.ml \
draw_macrolevel.ml draw_microlevel.ml \
view2.ml

#experimental: future.ml \ ancient2.ml \ completion.ml \
Expand Down

0 comments on commit e3b3b6b

Please sign in to comment.