Commit 324b47b9 authored by Claes Sjofors's avatar Claes Sjofors

Glow initialization fix

parent 61876055
...@@ -928,7 +928,7 @@ void GlowCtx::find_grid( double x, double y, double *x_grid, double *y_grid) ...@@ -928,7 +928,7 @@ void GlowCtx::find_grid( double x, double y, double *x_grid, double *y_grid)
int GlowCtx::event_handler( glow_eEvent event, int x, int y, int w, int h) int GlowCtx::event_handler( glow_eEvent event, int x, int y, int w, int h)
{ {
int sts; int sts = 0;
int i; int i;
GlowCtx *ctx; GlowCtx *ctx;
int node_move_event = 0; int node_move_event = 0;
......
...@@ -223,7 +223,7 @@ int GrowCtx::subw_event_handler( glow_eEvent event, int x, int y, int w, int h) ...@@ -223,7 +223,7 @@ int GrowCtx::subw_event_handler( glow_eEvent event, int x, int y, int w, int h)
int GrowCtx::event_handler( glow_eEvent event, int x, int y, int w, int h) int GrowCtx::event_handler( glow_eEvent event, int x, int y, int w, int h)
{ {
int sts; int sts = 0;
int i; int i;
GlowCtx *ctx; GlowCtx *ctx;
int node_move_event = 0; int node_move_event = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment