forked from pool/openbox
Update to version 3.6.1 OBS-URL: https://build.opensuse.org/request/show/319663 OBS-URL: https://build.opensuse.org/package/show/X11:lxde/openbox?expand=0&rev=82
21 lines
670 B
Diff
21 lines
670 B
Diff
--- openbox-3.6.1/openbox/mouse.c 2014-11-05 16:19:42.000000000 +0100
|
|
+++ openbox-3.6.1-new/openbox/mouse.c 2015-07-30 21:50:01.170367292 +0200
|
|
@@ -174,6 +174,7 @@
|
|
case OB_MOUSE_ACTION_MOTION: return OB_USER_ACTION_MOUSE_MOTION;
|
|
default:
|
|
g_assert_not_reached();
|
|
+ return OB_USER_ACTION_NONE;
|
|
}
|
|
}
|
|
|
|
--- openbox-3.6.1/openbox/actions/if.c 2014-11-05 16:19:42.000000000 +0100
|
|
+++ openbox-3.6.1-new/openbox/actions/if.c 2015-07-30 21:46:10.810359664 +0200
|
|
@@ -168,6 +168,7 @@
|
|
return TRUE;
|
|
}
|
|
g_assert_not_reached();
|
|
+ return OB_USER_ACTION_NONE;
|
|
}
|
|
|
|
static void setup_query(Options* o, xmlNodePtr node, QueryTarget target) {
|