Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ui/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Makefile

CC = gcc
CFLAGS = `pkg-config --cflags gtk+-3.0` -Wall -O3
CFLAGS = `pkg-config --cflags gtk+-3.0` -fsanitize=address -Wall -O3
LDFLAGS = -fsanitize=address
LDLIBS = `pkg-config --libs gtk+-3.0`

EXE = test
Expand Down
Binary file added ui/data/processing/autorot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ui/secondtest.glade
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
</packing>
</child>
<child>
<object class="GtkButton" id="er_button1">
<property name="label" translatable="yes">DUNNO</property>
<object class="GtkButton" id="rot_button">
<property name="label" translatable="yes">ROTATION</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
Expand Down
Binary file modified ui/test
Binary file not shown.
Loading