gsimplecal icon indicating copy to clipboard operation
gsimplecal copied to clipboard

Add `mainwindow_position = topleft` etc

Open dmedvinsky opened this issue 4 years ago • 1 comments

Got this patch in email from Kent Friis.

Unfortunately it currently raises a bunch of warnings that gdk_screen_width and gdk_screen_height are deprecated when compiling against gtk3.

So far we got

apparently you are supposed to use gdk_monitor_get_workarea(), which doesn't even exist in the gtk 3.18 on Slackware, so it's not even a case of if(gtk2), it's before gtk 3.22 and after gtk 3.22

I've been putting this off for a while because I've got no time for this, unfortunately. Opening a pull request for this to not get lost forever.

If anyone has any input, please comment.

dmedvinsky avatar Apr 29 '21 11:04 dmedvinsky