Ticket #52281: patch_ui_gcr-prompt-dialog.h.diff

File patch_ui_gcr-prompt-dialog.h.diff, 981 bytes (added by gwhitney, 8 years ago)

patchfile for gcr

  • ui/gcr-prompt-dialog.h

    old new  
    2727#define __GCR_PROMPT_DIALOG_H__
    2828
    2929#include <gtk/gtk.h>
     30#include <gdk/gdk.h>
    3031
    3132#include <glib-object.h>
    3233
     
    5657
    5758GType                gcr_prompt_dialog_get_type                  (void);
    5859
     60/* Two utility functions for making some use of the caller_window properties of gcr prompts
     61   in backend-independent ways. They are not up in gcr-prompt.{c,h} because those files are
     62   entirely independent of GTK, so here seemed like the next best place; perhaps they
     63   should be moved to a file of their own?
     64*/
     65/* Provide mock window ids for backends that do not provide them */
     66const gchar *        gcr_prompt_util_mock_id_of_window           (GdkWindow *window);
     67GdkWindow *          gcr_prompt_util_window_of_mock_id           (const gchar *window_id);
     68
     69
    5970G_END_DECLS
    6071
    6172#endif /* __GCR_PROMPT_DIALOG_H__ */