You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
%{CC_TEMPLATE}
|
|
|
|
// newer (non customized) versions of this file go to main_window.cc_new
|
|
|
|
// This file is for your program, I won't touch it again!
|
|
|
|
#include "config.h"
|
|
#include "main_window.hh"
|
|
|
|
bool main_window::quit(GdkEventAny *ev)
|
|
{ return 0;
|
|
}
|