Menu

#1 build with newer gtk+

open
nobody
None
5
2010-06-25
2010-06-25
No

this patch makes libview to compile against a newer version of gtk+, including gtk+ 3.0.

Discussion

  • Jonh Wendell

    Jonh Wendell - 2010-06-25

    makes libview to compile with a recent gtk+

     
  • Christian Hammond

    Thanks John! We may need to delay putting this in for just a little while because we may need to quickly put a fix or two in for Workstation/Player needs, but we can't bump to 2.21 yet. Might be a good opportunity for us to just move over to Git and just maintain two branches for the time-being.

    How soon do you need this in?

     
  • Jonh Wendell

    Jonh Wendell - 2010-06-26

    Hello, Christian. Actually I've copied some files (those one I actually use) into my own tree, so, technically I don't depend on an external library. So, you can take as long as necessary to actually commit this patch.

     
  • Jonh Wendell

    Jonh Wendell - 2010-07-03

    A mistake in previous patch:

    - gtk_widget_set_has_window (GTK_WIDGET (that), FALSE);
    + gtk_widget_set_has_window (GTK_WIDGET (that), TRUE);

     

Log in to post a comment.