diff options
| author | ZenWalker <[email protected]> | 2017-07-29 02:10:08 +0200 |
|---|---|---|
| committer | ZenWalker <[email protected]> | 2017-07-29 02:10:08 +0200 |
| commit | ed1a6302c87c6070bbec549ec36c5b56c12a6564 (patch) | |
| tree | 1e5042d3a0e8159065360af12d9f9467d6f5f134 /src/include/ui.h | |
| parent | c3ab92182c2a97d74c5b8cbd6dade9b48fab5c95 (diff) | |
| download | marco-ed1a6302c87c6070bbec549ec36c5b56c12a6564.tar.bz2 marco-ed1a6302c87c6070bbec549ec36c5b56c12a6564.tar.xz | |
avoid deprecated gdk_display_get_screen
Diffstat (limited to 'src/include/ui.h')
| -rw-r--r-- | src/include/ui.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/ui.h b/src/include/ui.h index fc7b6b0a..58225dcb 100644 --- a/src/include/ui.h +++ b/src/include/ui.h @@ -79,8 +79,7 @@ Window meta_ui_create_frame_window (MetaUI *ui, gint x, gint y, gint width, - gint height, - gint screen_no); + gint height); void meta_ui_destroy_frame_window (MetaUI *ui, Window xwindow); void meta_ui_move_resize_frame (MetaUI *ui, |
