cc_randr12_revert_dialog.patch :
fail to build. You probably should add at least (most obvious):
#define REVERT_COUNT 40
Also gettext is quite broken.
Another implementation idea would be to make apply_stored_configuration
(in g-s-d) configuration file independant, like :
apply_configuration (RWScreen *screen, gchar *file)
so apply would be something like that :
configurations_write(app->all_configurations, get_test_filename(), NULL)
apply_configuration (app->screen, get_test_filename());
run_revert_dialog ()
configurations_write(app->all_configurations, get_filename(), NULL)
apply_configuration (app->screen, get_filename());
In side not, i saw that upstream is implementing clone support right now.
Do you think that this may land in ubuntu, but i understand that this is not the priority ;)
Hi bryce,
gd_randr12_ revert_ support. patch : randr12_ revert_ support. patch)
doesn't apply cleanly (as 104_gd_
cc_randr12_ revert_ dialog. patch :
fail to build. You probably should add at least (most obvious):
#define REVERT_COUNT 40
Also gettext is quite broken.
Another implementation idea would be to make apply_stored_ configuration
(in g-s-d) configuration file independant, like :
apply_configuration (RWScreen *screen, gchar *file)
so apply would be something like that : write(app- >all_configurat ions, get_test_ filename( ), NULL) filename( )); write(app- >all_configurat ions, get_filename(), NULL)
configurations_
apply_configuration (app->screen, get_test_
run_revert_dialog ()
configurations_
apply_configuration (app->screen, get_filename());
In side not, i saw that upstream is implementing clone support right now.
Do you think that this may land in ubuntu, but i understand that this is not the priority ;)