Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
cdf78f78
Commit
cdf78f78
authored
Sep 01, 2011
by
Rafaël Carré
Browse files
Get gdk key definition from header
parent
811bd124
Changes
2
Hide whitespace changes
Inline
Side-by-side
gnome/src/actions.c
View file @
cdf78f78
...
...
@@ -30,6 +30,7 @@
*/
#include
<gtk/gtk.h>
#include
<gdk/gdkkeysyms.h>
#include
<glib/gprintf.h>
#include
<stdlib.h>
#include
<string.h>
...
...
gnome/src/mainwindow.c
View file @
cdf78f78
...
...
@@ -46,6 +46,7 @@
#include
<sys/stat.h>
#include
<gtk/gtk.h>
#include
<gdk/gdkkeysyms.h>
#include
<eel-gconf-extensions.h>
/** Local variables */
...
...
@@ -129,7 +130,7 @@ main_window_ask_quit ()
}
static
gboolean
on_key_released
(
GtkWidget
*
widget
,
GdkEventKey
*
event
,
gpointer
user_data
UNUSED
)
on_key_released
(
GtkWidget
*
widget
UNUSED
,
GdkEventKey
*
event
,
gpointer
user_data
UNUSED
)
{
if
(
focus_is_on_searchbar
)
return
TRUE
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment