diff options
Diffstat (limited to 'packages/gpe-sketchbook/gpe-sketchbook-0.2.8')
-rw-r--r-- | packages/gpe-sketchbook/gpe-sketchbook-0.2.8/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/gpe-sketchbook/gpe-sketchbook-0.2.8/.mtn2git_empty b/packages/gpe-sketchbook/gpe-sketchbook-0.2.8/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gpe-sketchbook/gpe-sketchbook-0.2.8/.mtn2git_empty diff --git a/packages/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch b/packages/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch index e69de29bb2..aecf857e30 100644 --- a/packages/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch +++ b/packages/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch @@ -0,0 +1,17 @@ +Index: src/sketchpad.c +=================================================================== +RCS file: /cvs/gpe/base/gpe-sketchbook/src/sketchpad.c,v +retrieving revision 1.30 +diff -r1.30 sketchpad.c +74,75c74,75 +< drawing_area_width = SKETCH_WIDTH; +< drawing_area_height = SKETCH_HEIGHT; +--- +> drawing_area_width = gdk_screen_width() - 26; //SKETCH_WIDTH; +> drawing_area_height = gdk_screen_height() - 130; // SKETCH_HEIGHT; +202,203c202,203 +< drawing_area_width = SKETCH_WIDTH; +< drawing_area_height = SKETCH_HEIGHT; +--- +> drawing_area_width = gdk_screen_width() - 26; //SKETCH_WIDTH; +> drawing_area_height = gdk_screen_height() - 130; // SKETCH_HEIGHT; |