Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/mltk@4467 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
camlspotter committed Feb 26, 2002
1 parent f87f3be commit 895f9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otherlibs/labltk/builtin/rawimg.ml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ let create w h =
let get photo =
match photo with
| PhotoImage s -> {
pixmap_width = Imagephoto.width photo;
pixmap_height = Imagephoto.height photo;
pixmap_width = CImagephoto.width photo;
pixmap_height = CImagephoto.height photo;
pixmap_data = rawget s;
}

Expand Down

0 comments on commit 895f9aa

Please sign in to comment.