Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
45b0f4d8
Commit
45b0f4d8
authored
Sep 16, 2011
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cygwin fixes
parent
05b7dc9d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/wbl/pwrs/src/pwrs_td_opsysenum.wb_load
src/wbl/pwrs/src/pwrs_td_opsysenum.wb_load
+2
-2
xtt/lib/flow/gtk/flow_draw_gtk.cpp
xtt/lib/flow/gtk/flow_draw_gtk.cpp
+1
-1
No files found.
src/wbl/pwrs/src/pwrs_td_opsysenum.wb_load
View file @
45b0f4d8
...
@@ -170,10 +170,10 @@ SObject pwrs:Type
...
@@ -170,10 +170,10 @@ SObject pwrs:Type
!/**
!/**
! Operating system is Cygwin on x86
! Operating system is Cygwin on x86
!*/
!*/
Object X86_CY
T
WIN $Value
Object X86_CY
G
WIN $Value
Body SysBody
Body SysBody
Attr PgmName = "X86_CYGWIND"
Attr PgmName = "X86_CYGWIND"
Attr Text = "Cygwin on x86
_64
"
Attr Text = "Cygwin on x86"
Attr Value = 4096
Attr Value = 4096
EndBody
EndBody
EndObject
EndObject
...
...
xtt/lib/flow/gtk/flow_draw_gtk.cpp
View file @
45b0f4d8
...
@@ -1335,7 +1335,7 @@ int FlowDrawGtk::text_erase_pango( FlowCtx *ctx, int x, int y, char *text, int l
...
@@ -1335,7 +1335,7 @@ int FlowDrawGtk::text_erase_pango( FlowCtx *ctx, int x, int y, char *text, int l
gdk_draw_rectangle
(
window
,
gdk_draw_rectangle
(
window
,
gcs
[
flow_eDrawType_LineErase
][
idx
],
1
,
gcs
[
flow_eDrawType_LineErase
][
idx
],
1
,
x
,
y
-
(
int
)
0.8
/
PANGO_SCALE
*
h
,
w
/
PANGO_SCALE
,
(
int
)(
h
/
PANGO_SCALE
*
1.2
));
x
,
y
-
(
int
)
(
0.8
/
PANGO_SCALE
*
h
)
,
w
/
PANGO_SCALE
,
(
int
)(
h
/
PANGO_SCALE
*
1.2
));
// pango_renderer_draw_layout( pr, layout, PANGO_SCALE * x, PANGO_SCALE * y - h * 0.8);
// pango_renderer_draw_layout( pr, layout, PANGO_SCALE * x, PANGO_SCALE * y - h * 0.8);
gdk_pango_renderer_set_drawable
(
GDK_PANGO_RENDERER
(
pr
),
0
);
gdk_pango_renderer_set_drawable
(
GDK_PANGO_RENDERER
(
pr
),
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment