[21:32:31] <Dominus> wjp, do you have time to look at the small patch at http://sourceforge.net/tracker/?func=detail&aid=3612958&group_id=2335&atid=102335 ?
[21:33:43] <Dominus> I wonder if this can be done nicer than I did it
[21:34:21] <wjp> is the only difference the message?
[21:34:40] <wjp> try something like
[21:34:48] <wjp> const char *msg;
[21:34:51] <Dominus> and the check whether it is fullscreen or not
[21:34:56] <wjp> if (gwin->get_win()->is_fullscreen())
[21:35:07] <wjp> msg = "Fullscreen applied.\nKeep? %i...";
[21:35:07] <wjp> else
[21:35:11] <wjp> msg = something else;
[21:35:39] <wjp> if (Countdown_gump::ask(msg, 20))
[21:35:40] <wjp> etc
[21:35:53] <Dominus> hmm
[21:36:03] <Dominus> that looks good
[21:40:41] <Dominus> and works
[21:41:07] <wjp> Of course the lazy option would have been "Fullscreen toggled." :-)
[21:44:59] <Dominus> arrrgggghhhh
[21:45:02] <Dominus> WJP!!!!
[21:46:08] <Dominus> I couldn't see the forest because of all the trees....
[21:46:53] <Dominus> what do you think "fullscreen toggled" or "Fullscreen aplied" + "Windowed mode"?
[21:47:07] <Dominus> I mean which do you like more?
[21:47:17] <wjp> no idea, really
[21:47:45] <Dominus> I don't particulary like "Windowed mode" but I like "toggled" less
[21:49:35] <wjp> but bed time; good night
[21:49:44] <Dominus> good night
[21:50:08] <Dominus> good idea or I would have asked you about that other thing :)
[21:50:12] <Dominus> that can wait :)