~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/helper/window.cpp

  • Committer: kidproto
  • Date: 2006-08-25 07:03:19 UTC
  • Revision ID: kidproto@users.sourceforge.net-20060825070319-49nso3fdlwuveifv
peeled back the gboolean code as it hit on some complexity theory principles...
need to rethink and incrementally change gbooleans to bools

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include "desktop.h"
20
20
#include "event-context.h"
21
21
 
22
 
static bool
 
22
static gboolean
23
23
sp_window_key_press (GtkWidget *widget, GdkEventKey *event)
24
24
{
25
25
        unsigned int shortcut;